Click or drag to resize
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.signdocsdk
Assembly:  SPSignDoc_4.3_DotNetLib (in SPSignDoc_4.3_DotNetLib.dll) Version: 1.0.6773.37566
Syntax
C#
public string getPathname()

Return Value

Type: String
The pathname or "".
See Also