Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Operators Namespace / PdfOperatorPosition Structure / Inc Method / Inc(Int32,Int32) Method
The increment value.
The index to increment.

In This Topic
    Inc(Int32,Int32) Method
    In This Topic
    Increments the index on specified value.
    Syntax
    'Declaration
     
    Public Overloads Sub Inc( _
       ByVal value As System.Integer, _
       ByVal level As System.Integer _
    ) 
    public void Inc( 
       System.int value,
       System.int level
    )

    Parameters

    value
    The increment value.
    level
    The index to increment.
    See Also