Gets and sets the JPEG enhanced decompression flag indicating whether to use standard decoding or Accusoft enhanced decoding.
public bool Enhanced {get; set;}
public: __property bool get_Enhanced();
public: __property void set_Enhanced(
bool value
);
public:
property bool Enhanced {
bool get();
void set ( bool value);
}
'Declaration
Public Property Enhanced As Boolean
'Usage
Dim instance As LoadOptionsJpeg
Dim value As Boolean
instance.Enhanced = value
value = instance.Enhanced
Property Value
A boolean value which is
true for the JPEG decoder to use the enhanced method to give a smoother image. If
false is set, the JPEG decoder uses the standard method to decode the JPEG image.