PdfWebControlLite Constructor |
Namespace:
RadPdf.Web.UI
Assembly:
RadPdfStandard (in RadPdfStandard.dll) Version: 4.0.0.0 (4.0.0.0)
Syntaxpublic PdfWebControlLite(
HttpContext context
)
Public Sub New (
context As HttpContext
)
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