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:  RadPdf (in RadPdf.dll) Version: 3.43.0.0 (3.43.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 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.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also