[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Spec.PdfBool.op_Explicit

explicit operator Operator

explicit operator PdfBool(bool)

Converts the bool to the PdfBool.

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

The bool value to convert.

Returns
Type Description
PdfBool