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