Click or drag to resize

IUpdateableLiteSessionProvider Interface

Defines the contract that RAD PDF implements to update sessions for Lite Document instances.

Namespace:  RadPdf.Lite
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public interface IUpdateableLiteSessionProvider

The IUpdateableLiteSessionProvider type exposes the following members.

Methods
  NameDescription
Public methodUpdateSession
Updates an existing PdfLiteSession in the provider.
Top
Remarks

Implementing this interface is optional. RAD PDF will not update providers which do not support (e.g. do not implement this interface). This may cause minor feature degradation (e.g. UseHash will be ignored for empty Lite documents).

See Also