In This Topic
GdPicture14 Namespace / PDFReducerConfiguration Class / DownscaleResolution Property

DownscaleResolution Property (PDFReducerConfiguration)

In This Topic
Specifies the resolution to be used to downscale images. Default value is 150.
Syntax
'Declaration
 
Public Property DownscaleResolution As Integer
public int DownscaleResolution {get; set;}
public read-write property DownscaleResolution: Integer; 
public function get,set DownscaleResolution : int
public: __property int get_DownscaleResolution();
public: __property void set_DownscaleResolution( 
   int value
);
public:
property int DownscaleResolution {
   int get();
   void set (    int value);
}
See Also