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

Close, fill, and then stroke the path, using the nonzero winding number rule to determine the region to fill, into the current page of a PDF.

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