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

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

    Parameters

    pn
    See Also