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

In This Topic
    Implicit Type Conversion Operator (PdfBool)
    In This Topic
    Converts the PdfBool to a bool.
    Syntax
    'Declaration
     
    Public Operator Widening CType( _
       ByVal v As PdfBool _
    ) As System.Boolean
    public System.bool operator implicit( 
       PdfBool v
    )

    Parameters

    v
    The PdfBool to convert.
    See Also