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 PdfHttpHandler should be logged to the Windows Application Log.
| |
LogDocumentKeyNotFoundException |
Gets or sets a value indicating whether exceptions thrown by the PdfHttpHandler, when a document key is missing, should be logged to the Windows Application Log.
|
Name | Description | |
---|---|---|
Equals | (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 a hash function for a particular type. (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.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |