SecurityHandlerGetHandlerDocName Method |
Gets the handler doc name.
Namespace:
pdftron.SDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public string GetHandlerDocName()
Public Function GetHandlerDocName As String
public:
virtual String^ GetHandlerDocName() sealed
function GetHandlerDocName();
Return Value
Type:
String The name of the security handler as it appears in the serialized file
as the value of /Filter key in /Encrypt dictionary.
See Also