ImageGear .NET v25.0 - Updated
BinaryOK Property




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDFPrintOptions Class : BinaryOK Property
Gets or sets a value indicating whether binary data is on.
Syntax
'Declaration
 
Public Property BinaryOK As Boolean
'Usage
 
Dim instance As ImGearPDFPrintOptions
Dim value As Boolean
 
instance.BinaryOK = value
 
value = instance.BinaryOK
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);
}

Property Value

Boolean value.
See Also

Reference

ImGearPDFPrintOptions Class
ImGearPDFPrintOptions Members