Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Spec Namespace / IPdfNumberExt Class / AsInt Method

In This Topic
    AsInt Method
    In This Topic
    Converts the IPdfNumber to an integer. Note that this method simply casts the double value to integer.
    Syntax
    'Declaration
     
    Public Shared Function AsInt( _
       ByVal pn As IPdfNumber _
    ) As System.Integer
    public static System.int AsInt( 
       IPdfNumber pn
    )

    Parameters

    pn
    See Also