public bool BinaryOK {get; set;}
public: __property bool get_BinaryOK(); public: __property void set_BinaryOK( bool value );
public: property bool BinaryOK { bool get(); void set ( bool value); }
'Declaration Public Property BinaryOK As Boolean
'Usage Dim instance As ImGearPDFPrintOptions Dim value As Boolean instance.BinaryOK = value value = instance.BinaryOK
ImGearPDFPrintOptions Class ImGearPDFPrintOptions Members