Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Operators Namespace / PdfOperatorPosition Structure / Create Method
The index length.

In This Topic
    Create Method (PdfOperatorPosition)
    In This Topic
    Create the PdfOperatorPosition with index of specified length.
    Syntax
    'Declaration
     
    Public Shared Function Create( _
       Optional ByVal length As System.Integer _
    ) As PdfOperatorPosition
    public static PdfOperatorPosition Create( 
       System.int length
    )

    Parameters

    length
    The index length.

    Return Value

    The PdfOperatorPosition structure.
    See Also