In This Topic

DownscaleImages Property (PDFReducerConfiguration)

In This Topic
Specifies whether the images from the PDF shall be downscaled. Default value is true.
Syntax
'Declaration
 
Public Property DownscaleImages As Boolean
public bool DownscaleImages {get; set;}
public read-write property DownscaleImages: Boolean; 
public function get,set DownscaleImages : boolean
public: __property bool get_DownscaleImages();
public: __property void set_DownscaleImages( 
   bool value
);
public:
property bool DownscaleImages {
   bool get();
   void set (    bool value);
}
See Also