In This Topic

EnableMRC Property (PDFReducerConfiguration)

In This Topic
Specifies whether MRC shall be used for compressing the PDF contents. Default value is false.
Syntax
'Declaration
 
Public Property EnableMRC As Boolean
public bool EnableMRC {get; set;}
public read-write property EnableMRC: Boolean; 
public function get,set EnableMRC : boolean
public: __property bool get_EnableMRC();
public: __property void set_EnableMRC( 
   bool value
);
public:
property bool EnableMRC {
   bool get();
   void set (    bool value);
}
See Also