| SignDocDocumentgetPathname Method |
Get the current pathname of the document.
The pathname will be empty if the document is stored in memory
(ie, if it has been loaded from memory or saved to a stream).
If a FDF document has been opened, this function will return
the pathname of the referenced PDF file.
Namespace: de.softpro.signdocsdkAssembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntaxpublic string getPathname()
Public Function getPathname As String
public:
String^ getPathname()
member getPathname : unit -> string
Return Value
Type:
String The pathname or "".
See Also