PDFView4NET WinForms Edition
EncryptMetadata Property




O2S.Components.PDFView4NET Namespace > PDFSecurityManager Class : EncryptMetadata Property
Gets or sets a value indicatig whether document level metadata should be encrypted.
Syntax
'Declaration
 
Public Property EncryptMetadata As Boolean
'Usage
 
Dim instance As PDFSecurityManager
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

True if the document metadata is encrypted (default), false otherwise.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFSecurityManager Class
PDFSecurityManager Members