ImageGear .NET v25.0 - Updated
IsRemoveMetadataEnabled Property




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearCompressOptions Class : IsRemoveMetadataEnabled Property
Gets or sets a value indicating whether metadata is removed. It removes all metadata streams except for the document's main metadata stream located in the catalog dictionary.
Syntax
'Declaration
 
Public Property IsRemoveMetadataEnabled As Boolean
'Usage
 
Dim instance As ImGearCompressOptions
Dim value As Boolean
 
instance.IsRemoveMetadataEnabled = value
 
value = instance.IsRemoveMetadataEnabled
public bool IsRemoveMetadataEnabled {get; set;}
public: __property bool get_IsRemoveMetadataEnabled();
public: __property void set_IsRemoveMetadataEnabled( 
   bool value
);
public:
property bool IsRemoveMetadataEnabled {
   bool get();
   void set (    bool value);
}

Property Value

Removes metadata stream.
Remarks
Default: false.
See Also

Reference

ImGearCompressOptions Class
ImGearCompressOptions Members