Click or drag to resize

PdfWebControl Constructor

Initializes a new instance of the PdfWebControl class.

Namespace:  RadPdf.Web.UI
Assembly:  RadPdfStandard (in RadPdfStandard.dll) Version: 4.1.0.0 (4.1.0.0)
Syntax
public PdfWebControl(
	HttpContext context
)

Parameters

context
Type: Microsoft.AspNetCore.HttpHttpContext
The current HttpContext for the provider request.
Remarks
This constructor is used to initialize a new instance of the PdfWebControl class.
See Also