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

Sets the line cap style for subsequently drawn lines into a PDF.

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