Accusoft.PdfXpress7.Net
ReduceToBitonal Property




Gets and sets the product bitonal image data instead of color image data.
Syntax
public bool ReduceToBitonal {get; set;}
public: __property bool get_ReduceToBitonal();
public: __property void set_ReduceToBitonal( 
   bool value
);
public:
property bool ReduceToBitonal {
   bool get();
   void set (    bool value);
}
'Declaration
 
Public Property ReduceToBitonal As Boolean
 
'Usage
 
Dim instance As RenderOptions
Dim value As Boolean
 
instance.ReduceToBitonal = value
 
value = instance.ReduceToBitonal

Property Value

A boolean value which is true to use the bitonal image data. Otherwise, false should be used.
Requirements

See Also

Reference

RenderOptions Class
RenderOptions Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback