In This Topic

EnableJPEG2000 Property (PDFReducerConfiguration)

In This Topic
Specifies whether the JPEG2000 compression scheme shall be used to compress the images of the PDF. Default value is true.
Syntax
'Declaration
 
Public Property EnableJPEG2000 As Boolean
public bool EnableJPEG2000 {get; set;}
public read-write property EnableJPEG2000: Boolean; 
public function get,set EnableJPEG2000 : boolean
public: __property bool get_EnableJPEG2000();
public: __property void set_EnableJPEG2000( 
   bool value
);
public:
property bool EnableJPEG2000 {
   bool get();
   void set (    bool value);
}
See Also