WebDocumentRequestHandler Methods |
The WebDocumentRequestHandler type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| OnAnnotationDataRequested |
Called by the handler when a request has come from client side javascript, requesting annotation data.
This subsequently fires the AnnotationDataRequested event.
| |
| OnAnnotationStreamWritten |
Called by the handler during a save event, right before the AnnotationStream is closed.
This subsequently fires the AnnotationStreamWritten event.
| |
| OnDocumentInfoRequested |
Called by the handler when a request has come from client side javascript, requesting document info.
This subsequently fires the DocumentInfoRequested event.
| |
| OnDocumentSave |
Called by the handler when a request to save the document has come from client side javascript.
This subsequently fires the DocumentSave event.
| |
| OnDocumentStreamWritten |
Called by the handler during a save event, right before the DocumentStream is closed.
This subsequently fires the DocumentStreamWritten event.
| |
| OnImageRequested |
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.
| |
| OnPageTextRequested |
Raises the PageTextRequested event.
| |
| OnPdfFormRequested |
Called by the handler when a request has come from client side javascript, requesting PDF form fields.
This subsequently fires the PdfFormRequested event.
| |
| ProcessRequest | ||
| ReadScaledImage |
Reads the given stream and attemps to use the codec's more efficient scaled reading (if available)
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |