Click or drag to resize

PDFDocGetFileName Method

Gets the file name.

Namespace:  pdftron.PDF
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