ImageGear v26.0 - Updated
EncryptMetadata Property




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDFSecurityData Class : EncryptMetadata Property
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

Reference

ImGearPDFSecurityData Class
ImGearPDFSecurityData Members

Is this page helpful?
Yes No
Thanks for your feedback.