Click or drag to resize

PdfHttpHandlerWithoutSessionIsReusable Property

Gets a value indicating whether more than one request can use this HttpHander instance

Namespace:  RadPdf.Web.HttpHandler
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public virtual bool IsReusable { get; }

Property Value

Type: Boolean
true if the HttpHandler instance is reusable; otherwise, false.

Return Value

Type: Boolean
true

Implements

IHttpHandlerIsReusable
Remarks
This HttpHandler is reusable
See Also