ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDFPrintOptions Class / BinaryOK Property




In This Topic
    BinaryOK Property
    In This Topic
    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