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

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

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