FileRequest Class |
Namespace: Aceoffix
The FileRequest type exposes the following members.
Name | Description | |
---|---|---|
![]() | FileRequest |
Initializes a new instance of the FileRequest class.
|
Name | Description | |
---|---|---|
![]() ![]() | Close |
Returns a success message to AceoffixCtrl.
|
![]() ![]() | GetFormField |
Gets the value with the specified name in the form fields of the page with AceoffixCtrl.
|
![]() ![]() | SaveToFile |
Saves the current document to a disk file.
|
![]() ![]() | ShowPage |
Prompts a custom dialog box to show the saving result.
|
Name | Description | |
---|---|---|
![]() ![]() | CustomSaveResult |
Sets the custom saving result defined by developer.
|
![]() ![]() | DocumentText |
Gets the plain text of the document without any format.
|
![]() ![]() | FileBytes |
Returns an array of the bytes in the file submitted by AceoffixCtrl.
|
![]() ![]() | FileExtName |
Gets the file name extension of the file.
|
![]() ![]() | FileName |
Gets the file name of the file submitted by AceoffixCtrl.
|
![]() ![]() | FileSize |
Gets the size of the file, in bytes.
|
![]() | LocalFileExtName |
Gets the file name extension of the client's local file submitted by AceoffixCtrl.
|
![]() | LocalFileName |
Gets the file name of the client's local file submitted by the AceoffixCtrl.
|
FileRequest class is used to receive and save the document submitted by AceoffixCtrl.
The FileRequest object must be created and used in the server page specified by SaveFilePage.
Refer to the full code example in the SaveToFile(String) method topic to learn how to save document.