FileRequestFileExtName Property |
Gets the file name extension of the file.
Namespace: AceoffixAssembly: Aceoffix (in Aceoffix.dll) Version: 5.0.0.1
Syntaxpublic string FileExtName { get; }
Public ReadOnly Property FileExtName As String
Get
Property Value
Type:
StringThe file name extension of the file.
RemarksNo remarks.
ExamplesRefer to the full code example in the SaveToFile(String) method topic to learn how to save document.
See Also