Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Spec Namespace / PdfNumber Class / AsInt Property

In This Topic
    AsInt Property
    In This Topic
    Converts the PdfNumber to int. Note! The PdfNumber can contain a value does not fit into integer bounds, in this case result will be System.Int32.MinValue or System.Int32.MaxValue.
    Syntax
    'Declaration
     
    Public ReadOnly Property AsInt As System.Integer
    public System.int AsInt {get;}
    See Also