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.
See Also