WebDocumentRequestHandler Class |
Namespace: Atalasoft.Imaging.WebControls
The WebDocumentRequestHandler type exposes the following members.
Name | Description | |
---|---|---|
WebDocumentRequestHandler |
Initializes a new instance of the WebDocumentRequestHandler class.
|
Name | Description | |
---|---|---|
IsReusable |
Gets a value indicating whether another request can use the IHttpHandler instance.
| |
ReplaceFileExtensionOnSave |
Gets or sets a value indicating for which files WDV should set extensions during document save operation.
| |
ResponseCacheability |
Gets or sets the Cache-Control header to one of the values of HttpCacheability | |
ResponseMaxAge |
Gets or set a time span value for max-age HTTP header.
| |
ResponseNoServerCaching |
Gets or set a flag indicating whether or not stop all origin-server caching for the current response.
| |
ResponseNoStore |
Gets or set a flag indicating whether or not sets the Cache-Control: no-store HTTP header.
| |
ResponseProxyMaxAge |
Gets or set a time span value for s-maxage HTTP header.
|
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.) |
Name | Description | |
---|---|---|
AnnotationDataRequested |
Fires when annotation data has been requested by the client.
| |
AnnotationsDataResponseSend |
Fires when constructing response JSON for requesting annotations data operation.
| |
AnnotationStreamWritten |
Fires after the annotation data has been written to the annotation stream, but before it's closed.
| |
DocumentInfoRequested |
Fires when document info is requested from the client.
| |
DocumentInfoRequestResponseSend |
Fires when constructing response JSON for requesting document info operation.
| |
DocumentSave |
Fires when a document save request has been made from the client.
| |
DocumentSaveResponseSend |
Fires when constructing response JSON for saving document operation.
| |
DocumentStreamWritten |
Fires after the document has been written to the save stream, but before it's closed.
| |
FileUpload |
Fires when file upload request has been made from the client.
| |
FileUploaded |
Fires when file upload request has been processed.
| |
FileUploadResponseSend |
Fires when constructing response JSON for file upload request.
| |
FormsDataResponseSend |
Fires when constructing response JSON for requesting forms data operation.
| |
ImageRequested |
Fires when an image is requested from the client.
| |
PageTextRequested |
Occurs when page text data requested.
| |
PageTextRequestResponseSend |
Fires when constructing response JSON for requesting page text operation.
| |
PageTextSearchResponseSend |
Fires when constructing response JSON for searching text on a page operation.
| |
PdfFormRequested |
Fires when the PDF form fields are requested from the client.
| |
ReleaseDocumentStream |
Fires when a document release stream occurs on document save.
This event is raised only for streams that were provided in ResolveDocumentUri event.
| |
ReleasePageStream |
Fires when a page release stream occurs on document save.
This event is raised only for streams that were provided in ResolvePageUri event.
| |
ResolveDocumentUri |
Fires when a source document stream is requested while performing save operation.
| |
ResolvePageUri |
Fires when a source page stream is requested while performing save operation.
|