Click or drag to resize

RadPdfCoreMiddlewareSettings Class

Settings used by RAD PDF's Middleware for ASP.NET Core.
Inheritance Hierarchy
SystemObject
  RadPdfRadPdfCoreMiddlewareSettings

Namespace:  RadPdf
Assembly:  RadPdfStandard (in RadPdfStandard.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
public class RadPdfCoreMiddlewareSettings

The RadPdfCoreMiddlewareSettings type exposes the following members.

Constructors
  NameDescription
Public methodRadPdfCoreMiddlewareSettings
Creates a new settings class instance with the default settings for RAD PDF's Middleware.
Top
Properties
  NameDescription
Public propertyConnectionString
Gets or sets the SQL Server connection string normal document instances (non-Lite Documents) will use.
Public propertyIntegrationProvider
Gets or sets the PdfIntegrationProvider instance which should be used
Public propertyLicenseKey
Gets or sets the license key for RAD PDF provided by Red Software.
Public propertyMapWhen
Gets or sets a value pointing to the function which should be use to determine when the RAD PDF handler should be mapped.
Public propertyUseService
Gets or sets if the RAD PDF System Service should be used.
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 the default hash function.
(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
Remarks

With ASP.NET Core, there are no longer HttpHandlers. Instead, RAD PDF's Middleware implementation should be used to handle HTTP requests for RAD PDF.

See Also