CustomFilterBase.SessionState Property

Session state. If the filter has overridden the CreateSessionState() method, this property holds the object corresponding to the current session.

Namespace: Lumia.Imaging.Custom
Assembly: Lumia.Imaging.Managed (in Lumia.Imaging.Managed.dll) Version: 0.0.0.0

Syntax

protected Object SessionState { get; }
'Declaration
Protected ReadOnly Property SessionState As Object
    Get
protected:
property Object^ SessionState {
    Object^ get ();
}
function get_SessionState();

Property Value

Type: Object

Remarks

This property holds a thread-local value, and is only valid when accessed from within OnProcess(PixelRegion, PixelRegion).

Version Information

Lumia Imaging SDK

Supported in: 2.0

See Also

CustomFilterBase Class

CustomFilterBase.CustomFilterBase Members

Lumia.Imaging.Custom Namespace