Click or drag to resize

PDFDocSetSecurityHandler Method

The function sets a new SecurityHandler as the current security handler.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void SetSecurityHandler(
	SecurityHandler handler
)

Parameters

handler
Type: pdftron.SDFSecurityHandler
the new security handler
Remarks
Setting a new security 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