Accusoft.PdfXpress7.Net
ReduceToBitonal Property




Gets and sets the product bitonal image data instead of color image data.
Syntax
'Declaration
 
Public Property ReduceToBitonal As Boolean
'Usage
 
Dim instance As RenderOptions
Dim value As Boolean
 
instance.ReduceToBitonal = value
 
value = instance.ReduceToBitonal
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);
}

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

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback