Click or drag to resize

IUpdateableLiteSessionProviderUpdateSession Method

Updates an existing PdfLiteSession in the provider.

Namespace:  RadPdf.Lite
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
void UpdateSession(
	string key,
	PdfLiteSession session
)

Parameters

key
Type: SystemString
A cryptographically strong key which can be used to retrive this PdfLiteSession from the provider.
session
Type: RadPdf.LitePdfLiteSession
PdfLiteSession to be updated in the provider.
Remarks

Implementing this method in a PdfLiteSessionProvider will allow the UseHash property to function when using Empty Documents. Otherwise, the uploaded document's hash will not be saved back into the PdfLiteSession object, and the document will behave as if UseHash is false.

See Also