[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Operators.PdfOperatorPosition.Inc

Inc Method

Inc(int)

Increments the index on specified value.

Declaration
public void Inc(int value)
Public Sub Inc(value As Integer)
Parameters
Type Name Description
int value

The increment value.

Inc(int, int)

Increments the index on specified value.

Declaration
public void Inc(int value, int level)
Public Sub Inc(value As Integer, level As Integer)
Parameters
Type Name Description
int value

The increment value.

int level

The index to increment.

Inc()

Increments the index.

Declaration
public void Inc()
Public Sub Inc()