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

In This Topic
    Explicit Type Conversion Operator (PdfBool)
    In This Topic
    Converts the bool to the PdfBool.
    Syntax
    'Declaration
     
    Public Operator Narrowing CType( _
       ByVal v As System.Boolean _
    ) As PdfBool
    public PdfBool operator explicit( 
       System.bool v
    )

    Parameters

    v
    The bool value to convert.
    See Also