Gets the filename of this SDFDoc.
Namespace:
pdftron.SDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public string GetFileName()
Public Function GetFileName As String
public:
virtual String^ GetFileName() sealed
Return Value
Type:
String
The filename of the document if the document is loaded from disk, or empty string if the document is not
yet saved or is loaded from a memory buffer.
See Also