EnableMRC Property (PDFReducerConfiguration)
Specifies whether MRC shall be used for compressing the PDF contents.
Default value is false.
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);
}
'Declaration
Public Property EnableMRC As Boolean