Click or drag to resize

PdfLiteSessionToString Method

Returns a string that represents the current object.

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

Return Value

Type: String
A string that represents the current object.
Remarks

The returned string is based on the internal GUID of the PdfLiteSession and can be used as the key for associated storage (e.g. a custom PdfLiteStorageProvider).

See Also