Click or drag to resize

WebDocumentViewerCallbacks Class

Represents a default implementation of the IWebCaptureCallbacks.
Inheritance Hierarchy
SystemObject
  Atalasoft.Imaging.WebControls.CoreWebDocumentViewerCallbacks

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 abstract class WebDocumentViewerCallbacks : IWebDocumentViewerCallbacks

The WebDocumentViewerCallbacks type exposes the following members.

Constructors
  NameDescription
Protected methodWebDocumentViewerCallbacks
Initializes a new instance of the WebDocumentViewerCallbacks class
Top
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 methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
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.
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFormsDataResponseSend
Calls when constructing response JSON for requesting forms data operation.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodImageRequested
Calls when an image is requested from the client.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
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.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also