ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearCompressOptions Class / IsRemoveMetadataEnabled Property




In This Topic
    IsRemoveMetadataEnabled Property
    In This Topic
    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