Click or drag to resize
FileRequestFileName Property
Gets the file name of the file submitted by AceoffixCtrl.

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

Property Value

Type: String
The name of the file, without the directory path.
Remarks

Gets the file name of the file submitted by AceoffixCtrl.

Typically, it's the file name which is opened. The file name contains the file name extension, but not including the directory path.

If the document which is going to be opened is a binary stream outputted by server page, the file name will be "aceoffix" with the correct file name extension.

Examples

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

See Also