Click or drag to resize

PdfIntegrationProvider Constructor

Creates a new instance of the PdfIntegrationProvider class.

Namespace:  RadPdf.Integration
Assembly:  RadPdf (in RadPdf.dll) Version: 3.43.0.0 (3.43.0.0)
Syntax
public PdfIntegrationProvider()
Remarks

This constructor is typically only called when the application is starting. This is typically the appropriate place to assign values to properties of a PdfIntegrationProvider instance, such as PdfWebControlResources, HttpSettings, or WcfSettings.

See Also