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

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

    Parameters

    lineCap
    The value of LineCap as it specified in PDF content stream.
    See Also