In This Topic

EnableJBIG2 Property (PDFReducerConfiguration)

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