Click or drag to resize
FileRequestFileSize Property
Gets the size of the file, in bytes.

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

Property Value

Type: Int32
The file length, in bytes.
Remarks
No remarks.
Examples

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

See Also