Gets and sets the product bitonal image data instead of color image data.
'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.