Click or drag to resize
FileRequestFileExtName Property
Gets the file name extension of the file.

Namespace: Aceoffix
Assembly: Aceoffix (in Aceoffix.dll) Version: 5.0.0.1
Syntax
public string FileExtName { get; }

Property Value

Type: String
The file name extension of the file.
Remarks
No remarks.
Examples

Refer to the full code example in the SaveToFile(String) method topic to learn how to save document.

See Also