Click or drag to resize

PdfLiteSessionID Property

Gets a value representing the internal GUID used by this Session.

Namespace:  RadPdf.Lite
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public Guid ID { 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