[]
Create the PdfOperatorPosition with index of specified length.
public static PdfOperatorPosition Create(int length = 1)
Public Shared Function Create(Optional length As Integer = 1) As PdfOperatorPosition
| Type | Name | Description |
|---|---|---|
| int | length | The index length. |
| Type | Description |
|---|---|
| PdfOperatorPosition | The PdfOperatorPosition structure. |