PDFNetExceptionGetFileName Method |
Gets the filename from where the exception was thrown.
Namespace:
pdftron.Common
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:
StringThe filename from where the exception was thrown.
See Also