Click or drag to resize

PdfHttpSettings Class

Represents a group of HTTP (Hypertext Transfer Protocol) settings for a specific PdfIntegrationProvider.
Inheritance Hierarchy
SystemObject
  RadPdf.IntegrationPdfHttpSettings

Namespace:  RadPdf.Integration
Assembly:  RadPdfStandard (in RadPdfStandard.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
public sealed class PdfHttpSettings

The PdfHttpSettings type exposes the following members.

Properties
  NameDescription
Public propertyCode exampleEnableCaching
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.
Public propertyCode exampleEnableCompression
Gets or sets a value indicating whether HTTP compression (e.g. GZIP and Flate) can be used on HTTP responses.
Public propertyCode exampleEnableLogging
Gets or sets a value indicating whether exceptions thrown by the [!:PdfHttpHandler] should be logged to the Windows Application Log.
Public propertyCode exampleHttpHandlerPath
Gets or sets a value representing the path RAD PDF should use when requesting resources via the HttpHandler.
Public propertyCode exampleLogDocumentKeyNotFoundException
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.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(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.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also