In This Topic
GdPicture14 Namespace / PDFReducerConfiguration Class / DownscaleResolutionMRC Property

DownscaleResolutionMRC Property (PDFReducerConfiguration)

In This Topic
Specifies the resolution for downscaling the background layer by the MRC engine, if any. Default value is 100.
Syntax
'Declaration
 
Public Property DownscaleResolutionMRC As Integer
public int DownscaleResolutionMRC {get; set;}
public read-write property DownscaleResolutionMRC: Integer; 
public function get,set DownscaleResolutionMRC : int
public: __property int get_DownscaleResolutionMRC();
public: __property void set_DownscaleResolutionMRC( 
   int value
);
public:
property int DownscaleResolutionMRC {
   int get();
   void set (    int value);
}
See Also