PdfLiteSessionID Property |
Gets a value representing the internal GUID used by this Session.
Namespace:
RadPdf.Lite
Assembly:
RadPdf (in RadPdf.dll) Version: 3.48.0.0 (3.48.0.0)
Syntax Public ReadOnly Property ID As Guid
Get
Property Value
Type:
GuidRemarks
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