Click or drag to resize

SecurityHandlerSetModified Method (Boolean)

The method allows derived classes to set SecurityHandler is modified flag. This method should be called whenever there are changes(e.g. a password change) to the SecurityHandler

Namespace:  pdftron.SDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void SetModified(
	bool is_modified
)

Parameters

is_modified
Type: SystemBoolean
new is_modified flag
See Also