ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDFSecurityData Class / EncryptMetadata Property




In This Topic
    EncryptMetadata Property
    In This Topic
    Gets or sets a value indicating whether whether document metadata will be encrypted.
    Syntax
    'Declaration
     
    Public Property EncryptMetadata As Boolean
    'Usage
     
    Dim instance As ImGearPDFSecurityData
    Dim value As Boolean
     
    instance.EncryptMetadata = value
     
    value = instance.EncryptMetadata
    public bool EncryptMetadata {get; set;}
    public: __property bool get_EncryptMetadata();
    public: __property void set_EncryptMetadata( 
       bool value
    );
    public:
    property bool EncryptMetadata {
       bool get();
       void set (    bool value);
    }

    Property Value

    Boolean value.
    Remarks
    EncryptMetadata and EncryptAttachmentsOnly cannot both be true. The default value is false.
    See Also