Click or drag to resize

PdfWebControlLite Constructor

Initializes a new instance of the PdfWebControlLite class.

Namespace:  RadPdf.Web.UI
Assembly:  RadPdfStandard (in RadPdfStandard.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
public PdfWebControlLite(
	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 PdfWebControlLite class.
See Also