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
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);
}
'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.
See Also