PdfLiteSessionID Property |
Gets a value representing the internal GUID used by this Session.
Namespace:
RadPdf.Lite
Assembly:
RadPdfStandard (in RadPdfStandard.dll) Version: 4.0.0.0 (4.0.0.0)
SyntaxPublic ReadOnly Property ID As Guid
Get
Property Value
Type:
Guid
Remarks
The returned struct 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