Click or drag to resize

RadPdfCoreMiddlewareSettingsIntegrationProvider Property

Gets or sets the PdfIntegrationProvider instance which should be used

Namespace:  RadPdf
Assembly:  RadPdfStandard (in RadPdfStandard.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
public PdfIntegrationProvider IntegrationProvider { get; set; }

Property Value

Type: PdfIntegrationProvider
Remarks

When using a custom integration provider, create an instance of the custom provider and assign it to this property.

See Also