In This Topic
GdPicture14 Namespace / PDFReducerConfiguration Class / RemovePageThumbnails Property

RemovePageThumbnails Property (PDFReducerConfiguration)

In This Topic
Specifies whether the page thumbnails shall be removed. Default value is false.
Syntax
'Declaration

 

Public Property RemovePageThumbnails As Boolean
public bool RemovePageThumbnails {get; set;}
public read-write property RemovePageThumbnails: Boolean; 
public function get,set RemovePageThumbnails : boolean
public: __property bool get_RemovePageThumbnails();

public: __property void set_RemovePageThumbnails( 

   bool value

);
public:

property bool RemovePageThumbnails {

   bool get();

   void set (    bool value);

}
See Also