Accusoft.PdfXpress7.Net
RemoveMetadata Property




Gets and sets if Metadata streams should be removed.
Syntax
'Declaration
 
Public Property RemoveMetadata As Boolean
'Usage
 
Dim instance As CompressOptions
Dim value As Boolean
 
instance.RemoveMetadata = value
 
value = instance.RemoveMetadata
public bool RemoveMetadata {get; set;}
public: __property bool get_RemoveMetadata();
public: __property void set_RemoveMetadata( 
   bool value
);
public:
property bool RemoveMetadata {
   bool get();
   void set (    bool value);
}
Remarks

When not needed, removing Metadata streams can further compress the size of a document.

Default: false.

Note: When enabled this only removes Metadata streams additional to the document's main Metadata stream located in the catalog dictionary.

See Also

Reference

CompressOptions Class
CompressOptions Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback