ImageGear .NET - Updated December 24, 2018
IsRemoveMetadataEnabled Property




ImageGear24.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

Property Value

Removes metadata stream.
Remarks
Default: false.
See Also

Reference

ImGearCompressOptions Class
ImGearCompressOptions Members