Specifies the nonstroking (filling) color to use to draw objects on a PDF.
public PdfSetFillColor( int PdfID, Color FillColor );
Public Sub PdfSetFillColor( ByVal PdfID As Integer, ByVal FillColor As Color )
|
Parameters |
Description |
|
PdfID |
A PDF identifier returned by the PdfNewPdf(), PdfOCRStart(), PdfOcrStartStream(), TwainPDFStart() or TwainPdfStartStream() function. |
|
FillColor |
The nonstroking color to use. A color object. |
|
What do you think about this topic? Send feedback!
|
|
Copyright (c) 2009-2011 www.gdpicture.com. All rights reserved.
|