Click or drag to resize

SDFDocGetFileName Method

Gets the filename of this SDFDoc.

Namespace:  pdftron.SDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public string GetFileName()

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