[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Spec.IPdfNumberExt.AsLong

AsLong Method

AsLong(IPdfNumber)

Converts the IPdfNumber to a long integer. Note that this method simply casts the double value to long integer.

Declaration
public static long AsLong(this IPdfNumber pn)
Public Shared Function AsLong(pn As IPdfNumber) As Long
Parameters
Type Name Description
IPdfNumber pn
Returns
Type Description
long