You are here: GdPicture.NET > Documentation > Classes > GdPictureImaging Class > GdPictureImaging Methods > PDF Creation > Low-level Functions > PdfSetFillMode Method
logo.gif
ContentsIndexHome
PreviousUpNext
GdPictureImaging.PdfSetFillMode Method

Specifies the rule to be used to fill paths on a PDF.

C#
public PdfSetFillMode(
    int PdfID, 
    PdfFillMode FillMode
);
Visual Basic
Public Sub PdfSetFillMode(
    ByVal PdfID As Integer, 
    ByVal FillMode As PdfFillMode
)
Parameters
Parameters 
Description 
PdfID 
A PDF identifier returned by the PdfNewPdf(), PdfOCRStart(), PdfOcrStartStream(), TwainPDFStart() or TwainPdfStartStream() function. 
FillMode 
A member of the PdfFillMode enumeration.  
What do you think about this topic? Send feedback!
Copyright (c) 2009-2011 www.gdpicture.com. All rights reserved.