WebDocumentRequestHandler Events |
The WebDocumentRequestHandler type exposes the following members.
Name | Description | |
---|---|---|
![]() | AnnotationDataRequested |
Fires when annotation data has been requested by the client.
|
![]() | AnnotationsDataResponseSend |
Fires when constructing response JSON for requesting annotations data operation.
|
![]() | AnnotationStreamWritten |
Fires after the annotation data has been written to the annotation stream, but before it's closed.
|
![]() | DocumentInfoRequested |
Fires when document info is requested from the client.
|
![]() | DocumentInfoRequestResponseSend |
Fires when constructing response JSON for requesting document info operation.
|
![]() | DocumentSave |
Fires when a document save request has been made from the client.
|
![]() | DocumentSaveResponseSend |
Fires when constructing response JSON for saving document operation.
|
![]() | DocumentStreamWritten |
Fires after the document has been written to the save stream, but before it's closed.
|
![]() | FileUpload |
Fires when file upload request has been made from the client.
|
![]() | FileUploaded |
Fires when file upload request has been processed.
|
![]() | FileUploadResponseSend |
Fires when constructing response JSON for file upload request.
|
![]() | FormsDataResponseSend |
Fires when constructing response JSON for requesting forms data operation.
|
![]() | ImageRequested |
Fires when an image is requested from the client.
|
![]() | PageTextRequested |
Occurs when page text data requested.
|
![]() | PageTextRequestResponseSend |
Fires when constructing response JSON for requesting page text operation.
|
![]() | PageTextSearchResponseSend |
Fires when constructing response JSON for searching text on a page operation.
|
![]() | PdfFormRequested |
Fires when the PDF form fields are requested from the client.
|
![]() | ReleaseDocumentStream |
Fires when a document release stream occurs on document save.
This event is raised only for streams that were provided in ResolveDocumentUri event.
|
![]() | ReleasePageStream |
Fires when a page release stream occurs on document save.
This event is raised only for streams that were provided in ResolvePageUri event.
|
![]() | ResolveDocumentUri |
Fires when a source document stream is requested while performing save operation.
|
![]() | ResolvePageUri |
Fires when a source page stream is requested while performing save operation.
|