In This Topic

MaxBitmapPerPage Property (PDFReducerConfiguration)

In This Topic
Syntax
'Declaration
 
Public Property MaxBitmapPerPage As Integer
public int MaxBitmapPerPage {get; set;}
public read-write property MaxBitmapPerPage: Integer; 
public function get,set MaxBitmapPerPage : int
public: __property int get_MaxBitmapPerPage();
public: __property void set_MaxBitmapPerPage( 
   int value
);
public:
property int MaxBitmapPerPage {
   int get();
   void set (    int value);
}
See Also