Click or drag to resize

ServicePdfLiteSessionProviderGetSession Method

Gets a PdfLiteSession from the provider associated with a given key.

Namespace:  RadPdf.Lite
Assembly:  RadPdf (in RadPdf.dll) Version: 3.43.0.0 (3.43.0.0)
Syntax
public override PdfLiteSession GetSession(
	string key
)

Parameters

key
Type: SystemString
A cryptographically strong key which can be used to retrive this PdfLiteSession from the provider.

Return Value

Type: PdfLiteSession

PdfLiteSession associated with the key if found; otherwise null.

See Also