ServicePdfLiteSessionProviderAddSession Method |
Namespace:
RadPdf.Lite
Assembly:
RadPdf (in RadPdf.dll) Version: 4.0.0.0 (4.0.0.0)
Syntaxpublic 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