Click or drag to resize

SecurityHandlerIsModified Method

If the user changes SecurityHandler's settings(e.g. by changing a password), IsModified() should return true.

Namespace:  pdftron.SDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public bool IsModified()

Return Value

Type: Boolean
true if the SecurityHandler was modified(by calling SetModified()) or false otherwise.
See Also