PdfLiteSessionToString Method |
Returns a string that represents the current object.
Namespace:
RadPdf.Lite
Assembly:
RadPdf (in RadPdf.dll) Version: 3.48.0.0 (3.48.0.0)
Syntax public override string ToString()
Public Overrides Function ToString As String
Return Value
Type:
StringA 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