Click or drag to resize

SecurityHandlerEditSecurityData Method

Called when the security handler should activate a dialog box with the current security settings that may be modified.

Namespace:  pdftron.SDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public bool EditSecurityData(
	SDFDoc doc
)

Parameters

doc
Type: pdftron.SDFSDFDoc
document to change security data

Return Value

Type: Boolean
true if the operation was successful false otherwise.
See Also