Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Operators Namespace / SetLineJoinStyle Class / SetLineJoinStyle Constructor / SetLineJoinStyle Constructor(Int32)
The value of LineJoin as it specified in PDF content stream.

In This Topic
    SetLineJoinStyle Constructor(Int32)
    In This Topic
    Initializes a new instance of the SetLineJoinStyle class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal lineJoin As System.Integer _
    )
    public SetLineJoinStyle( 
       System.int lineJoin
    )

    Parameters

    lineJoin
    The value of LineJoin as it specified in PDF content stream.
    See Also