[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Operators.PdfOperatorPosition.Create

Create Method

Create(int)

Create the PdfOperatorPosition with index of specified length.

Declaration
public static PdfOperatorPosition Create(int length = 1)
Public Shared Function Create(Optional length As Integer = 1) As PdfOperatorPosition
Parameters
Type Name Description
int length

The index length.

Returns
Type Description
PdfOperatorPosition

The PdfOperatorPosition structure.