Checks if is encrypted.
Namespace:
pdftron.PDF
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