Checks if this document is encrypted.
Namespace:
pdftron.SDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public bool IsEncrypted()
Public Function IsEncrypted As Boolean
public:
virtual bool IsEncrypted() sealed
Return Value
Type:
Boolean
True if the document is/was originally encrypted false otherwise.
See Also