eDocEngine VCL Professional Help » Symbol Reference » Other Namespaces » gtPDFCrypt3 Namespace » TgtPDFEncryptionSettings Class

Gnostice eDocEngine VCL Developer Guide
TgtPDFEncryptionSettings Class

This class represents security settings used when creating a PDF document.

Pascal
public TgtPDFEncryptionSettings = class(TPersistent);
C++
public: class TgtPDFEncryptionSettings : public TPersistent;

gtPDFCrypt3

Properties
 
Name 
Description 
 
Specifies whether the document access is restricted. 
 
Specifies level of the encryption. 
 
Specifies owner password for the document. 
 
Specifies user password for the document. 
 
Specifies document access rights or restrictions for the document. 
Methods
 
Name 
Description 
 
Creates an instance of this class. 
 
Destroys this instance.