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

In This Topic
    IPdfNumberExt Class Members
    In This Topic

    The following tables list the members exposed by IPdfNumberExt.

    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Converts the IPdfNumber to a double value.  
    Public Methodstatic (Shared in Visual Basic)Converts the IPdfNumber to a float value. Note that this method simply casts the double value to float.  
    Public Methodstatic (Shared in Visual Basic)Converts the IPdfNumber to an integer. Note that this method simply casts the double value to integer.  
    Public Methodstatic (Shared in Visual Basic)Converts the IPdfNumber to a long integer. Note that this method simply casts the double value to long integer.  
    Public Methodstatic (Shared in Visual Basic)Converts the IPdfNumber to unsigned integer. Note that this method simply casts the double value to unsigned integer.  
    Top
    See Also