Accusoft.ImagXpress13.Net
Enhanced Property




Gets and sets the JPEG enhanced decompression flag indicating whether to use standard decoding or Accusoft enhanced decoding.
Syntax
'Declaration
 
Public Property Enhanced As Boolean
'Usage
 
Dim instance As LoadOptionsJpeg
Dim value As Boolean
 
instance.Enhanced = value
 
value = instance.Enhanced
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);
}

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.
Remarks

This property enables advanced Accusoft technology that provides significantly better image viewing for highly compressed sequential JPEG images.

The following features are enabled:

See Also

Reference

LoadOptionsJpeg Class
LoadOptionsJpeg Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback