Click or drag to resize

IWebDocumentViewerCallbacks Interface

IWebDocumentViewerCallbacks is the interface, that contains all necessary callbacks to customize HttpContext handling.

Namespace:  Atalasoft.Imaging.WebControls.Core
Assembly:  Atalasoft.dotImage.WebControls.Core (in Atalasoft.dotImage.WebControls.Core.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public interface IWebDocumentViewerCallbacks

The IWebDocumentViewerCallbacks type exposes the following members.

Methods
  NameDescription
Public methodAnnotationDataRequested
Calls when annotation data has been requested by the client.
Public methodAnnotationsDataResponseSend
Calls when constructing response JSON for requesting annotations data operation.
Public methodAnnotationStreamWritten
Calls after the annotation data has been written to the annotation stream, but before it's closed.
Public methodDocumentInfoRequested
Calls when document info is requested from the client.
Public methodDocumentInfoRequestResponseSend
Calls when constructing response JSON for requesting document info operation.
Public methodDocumentSave
Calls when a document save request has been made from the client.
Public methodDocumentSaveResponseSend
Calls when constructing response JSON for saving document operation.
Public methodDocumentStreamWritten
Calls after the document has been written to the save stream, but before it's closed.
Public methodFileUpload
Calls when file upload request has been made from the client.
Public methodFileUploaded
Calls when file upload request has been processed.
Public methodFileUploadResponseSend
Calls when constructing response JSON for file upload request.
Public methodFormsDataResponseSend
Calls when constructing response JSON for requesting forms data operation.
Public methodImageRequested
Calls when an image is requested from the client.
Public methodPageTextRequested
Occurs when page text data requested.
Public methodPageTextRequestResponseSend
Calls when constructing response JSON for requesting page text operation.
Public methodPageTextSearchResponseSend
Calls when constructing response JSON for searching text on a page operation.
Public methodPdfFormRequested
Calls when the PDF form fields are requested from the client.
Public methodReleaseDocumentStream
Calls when a document release stream occurs on document save. This event is raised only for streams that were provided in ResolveDocumentUri(ResolveDocumentUriEventArgs) event.
Public methodReleasePageStream
Calls when a page release stream occurs on document save. This event is raised only for streams that were provided in ResolvePageUri(ResolvePageUriEventArgs) event.
Public methodResolveDocumentUri
Calls when a source document stream is requested while performing save operation.
Public methodResolvePageUri
Calls when a source page stream is requested while performing save operation.
Top
See Also