[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Spec.PdfBool.op_Implicit

implicit operator Operator

implicit operator bool(PdfBool)

Converts the PdfBool to a bool.

Declaration
public static implicit operator bool(PdfBool v)
Public Shared Widening Operator CType(v As PdfBool) As Boolean
Parameters
Type Name Description
PdfBool v

The PdfBool to convert.

Returns
Type Description
bool