[]
Provides security and encryption services and manages permissions for GcPdfDocument objects.
public class Security
Gets the SecurityHandlerBase used to decrypt PDF document during loading.
public SecurityHandlerBase DecryptHandler { get; }
Gets the decryption status of the loaded document.
This property has meaning only if a document has been loaded.
public DecryptionStatus DecryptionStatus { get; }
Gets the GcPdfDocument object owning this object.
public GcPdfDocument Doc { get; }
Gets or sets the SecurityHandlerBase used to encrypt PDF document during saving. Same SecurityHandlerBase can not be used for DecryptHandler and EncryptHandler, use Clone().
public SecurityHandlerBase EncryptHandler { get; set; }