Click or drag to resize

PDFDocGetSecurityHandler Method

Gets the security handler.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public SecurityHandler GetSecurityHandler()

Return Value

Type: SecurityHandler
Currently selected SecurityHandler.
Remarks
InitSecurityHandler() should be called before GetSecurityHandler() in order to initialize the handler. Returned security handler can be modified in order to change the security settings of the existing document. Changes to the current handler will not invalidate the access to the original file and will take effect during document save. If the security handler is modified, document will perform a full save even if e_incremental was given as a flag in SaveAsync() method.
See Also