FileRequestFileSize Property |
Gets the size of the file, in bytes.
Namespace: AceoffixAssembly: Aceoffix (in Aceoffix.dll) Version: 5.0.0.1
Syntaxpublic int FileSize { get; }
Public ReadOnly Property FileSize As Integer
Get
Property Value
Type:
Int32The file length, in bytes.
RemarksNo remarks.
ExamplesRefer to the full code example in the SaveToFile(String) method topic to learn how to save document.
See Also