ServicePdfLiteSessionProviderAddSession Method |
Namespace:
RadPdf.Lite
Assembly:
RadPdf (in RadPdf.dll) Version: 3.48.0.0 (3.48.0.0)
Syntax public override string AddSession(
PdfLiteSession session
)
Public Overrides Function AddSession (
session As PdfLiteSession
) As String
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