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

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

    Parameters

    value
    The increment value.
    See Also