Click or drag to resize

WebDocumentRequestHandler Methods

The WebDocumentRequestHandler type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
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 methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnAnnotationDataRequested
Called by the handler when a request has come from client side javascript, requesting annotation data. This subsequently fires the AnnotationDataRequested event.
Protected methodOnAnnotationStreamWritten
Called by the handler during a save event, right before the AnnotationStream is closed. This subsequently fires the AnnotationStreamWritten event.
Protected methodOnDocumentInfoRequested
Called by the handler when a request has come from client side javascript, requesting document info. This subsequently fires the DocumentInfoRequested event.
Protected methodOnDocumentSave
Called by the handler when a request to save the document has come from client side javascript. This subsequently fires the DocumentSave event.
Protected methodOnDocumentStreamWritten
Called by the handler during a save event, right before the DocumentStream is closed. This subsequently fires the DocumentStreamWritten event.
Protected methodOnImageRequested
Called by the handler when a request has come from client side javascript, requesting an image representing one page of the document. This subsequently fires the ImageRequested event.
Protected methodOnPageTextRequested
Raises the PageTextRequested event.
Protected methodOnPdfFormRequested
Called by the handler when a request has come from client side javascript, requesting PDF form fields. This subsequently fires the PdfFormRequested event.
Public methodProcessRequest
Public methodReadScaledImage
Reads the given stream and attemps to use the codec's more efficient scaled reading (if available)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also