PdfHttpSettings Class |
Namespace: RadPdf.Integration
The PdfHttpSettings type exposes the following members.
| Name | Description | |
|---|---|---|
| EnableCaching |
Gets or sets a value indicating whether HTTP caching should used on HTTP responses for reusable document resources such as rendered page images or text selection data.
| |
| EnableCompression |
Gets or sets a value indicating whether HTTP compression (e.g. GZIP and Flate) can be used on HTTP responses.
| |
| EnableLogging |
Gets or sets a value indicating whether exceptions thrown by the Middleware should be logged to the Windows Application Log.
| |
| HttpHandlerPath |
Gets or sets a value representing the path RAD PDF should use when requesting resources via the RAD PDF Middleware.
| |
| LogDocumentKeyNotFoundException |
Gets or sets a value indicating whether exceptions thrown by the RAD PDF Middleware, when a document key is missing, should be logged to the Windows Application Log.
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |