[]
        
(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)
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)
Parameters
Type Name Description
int value

The increment value.

int level

The index to increment.

Inc()

Increments the index.

Declaration
public void Inc()