PDFNetExceptionFileName Property |
Gets the filename from where the exception was thrown.
Namespace:
pdftron.Common
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntaxpublic string FileName { get; }
Public ReadOnly Property FileName As String
Get
public:
virtual property String^ FileName {
String^ get () sealed;
}
Property Value
Type:
String
See Also