Click or drag to resize

ServicePdfLiteSessionProviderAddSession Method

Adds a new PdfLiteSession to the provider.

Namespace:  RadPdf.Lite
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public override string AddSession(
	PdfLiteSession session
)

Parameters

session
Type: RadPdf.LitePdfLiteSession
PdfLiteSession to be added to the provider.

Return Value

Type: String

A cryptographically strong key which can be used to retrive this PdfLiteSession from the RAD PDF System Service.

See Also