WebDocumentViewerCallbacks Class |
Namespace: Atalasoft.Imaging.WebControls.Core
The WebDocumentViewerCallbacks type exposes the following members.
Name | Description | |
---|---|---|
WebDocumentViewerCallbacks | Initializes a new instance of the WebDocumentViewerCallbacks class |
Name | Description | |
---|---|---|
AnnotationDataRequested |
Calls when annotation data has been requested by the client.
| |
AnnotationsDataResponseSend |
Calls when constructing response JSON for requesting annotations data operation.
| |
AnnotationStreamWritten |
Calls after the annotation data has been written to the annotation stream, but before it's closed.
| |
DocumentInfoRequested |
Calls when document info is requested from the client.
| |
DocumentInfoRequestResponseSend |
Calls when constructing response JSON for requesting document info operation.
| |
DocumentSave |
Calls when a document save request has been made from the client.
| |
DocumentSaveResponseSend |
Calls when constructing response JSON for saving document operation.
| |
DocumentStreamWritten |
Calls after the document has been written to the save stream, but before it's closed.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
FileUpload |
Calls when file upload request has been made from the client.
| |
FileUploaded |
Calls when file upload request has been processed.
| |
FileUploadResponseSend |
Calls when constructing response JSON for file upload request.
| |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
FormsDataResponseSend |
Calls when constructing response JSON for requesting forms data operation.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ImageRequested |
Calls when an image is requested from the client.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
PageTextRequested |
Occurs when page text data requested.
| |
PageTextRequestResponseSend |
Calls when constructing response JSON for requesting page text operation.
| |
PageTextSearchResponseSend |
Calls when constructing response JSON for searching text on a page operation.
| |
PdfFormRequested |
Calls when the PDF form fields are requested from the client.
| |
ReleaseDocumentStream |
Calls when a document release stream occurs on document save.
This event is raised only for streams that were provided in ResolveDocumentUri(ResolveDocumentUriEventArgs) event.
| |
ReleasePageStream |
Calls when a page release stream occurs on document save.
This event is raised only for streams that were provided in ResolvePageUri(ResolvePageUriEventArgs) event.
| |
ResolveDocumentUri |
Calls when a source document stream is requested while performing save operation.
| |
ResolvePageUri |
Calls when a source page stream is requested while performing save operation.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |