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

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

    Parameters

    pn
    See Also