Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Spec Namespace / PdfNumber Class / Implicit Type Conversion Operator
The PdfNumber to convert.

In This Topic
    Implicit Type Conversion Operator (PdfNumber)
    In This Topic
    Converts the PdfNumber to a double.
    Syntax
    'Declaration
     
    Public Operator Widening CType( _
       ByVal pn As PdfNumber _
    ) As System.Double
    public System.double operator implicit( 
       PdfNumber pn
    )

    Parameters

    pn
    The PdfNumber to convert.
    See Also