[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Spec.PdfNumber.AsInt

AsInt Property

AsInt

Converts the PdfNumber to int. Note! The PdfNumber can contain a value does not fit into integer bounds, in this case result will be MinValue or MaxValue.

Declaration
public int AsInt { get; }
Public ReadOnly Property AsInt As Integer