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 Function IsModified As Boolean
public:
virtual bool IsModified() sealed
Return Value
Type:
Booleantrue if the SecurityHandler was modified(by calling SetModified()) or false otherwise.
See Also