In This Topic
GdPicture14 Namespace / PDFReducerConfiguration Class / RemoveEmbeddedFiles Property

RemoveEmbeddedFiles Property (PDFReducerConfiguration)

In This Topic
Specifies whether the embedded files shall be removed from the PDF. Default value is false.
Syntax
'Declaration
 
Public Property RemoveEmbeddedFiles As Boolean
public bool RemoveEmbeddedFiles {get; set;}
public read-write property RemoveEmbeddedFiles: Boolean; 
public function get,set RemoveEmbeddedFiles : boolean
public: __property bool get_RemoveEmbeddedFiles();
public: __property void set_RemoveEmbeddedFiles( 
   bool value
);
public:
property bool RemoveEmbeddedFiles {
   bool get();
   void set (    bool value);
}
See Also