AdditionalReadingPass Property
Gets and sets a value which determines if additional processing pass will be performed on a scaled (reduced) version of the original image.
public bool AdditionalReadingPass {get; set;}
public: __property bool get_AdditionalReadingPass();
public: __property void set_AdditionalReadingPass(
bool value
);
public:
property bool AdditionalReadingPass {
bool get();
void set ( bool value);
}
'Declaration
Public Property AdditionalReadingPass As Boolean
'Usage
Dim instance As Reader
Dim value As Boolean
instance.AdditionalReadingPass = value
value = instance.AdditionalReadingPass
Property Value
A boolean value which represents whether or not additional reading pass will be performed.