Class
HighlightingFieldsDecorationUILayer

Represents a UI layer for highlighting fields in documents. This layer is responsible for rendering highlighting effects on specified fields within the document, enhancing visual feedback for user interactions.

Definition

Constructors

HighlightingFieldsDecorationUILayer()

Declaration

cs-api-definition
public HighlightingFieldsDecorationUILayer()

Properties

LastUpdateContext

Gets or sets the context of the last update for the highlighting fields decoration UI layer.

Declaration

cs-api-definition
public UILayerUpdateContext LastUpdateContext { get; }

Property Value

UILayerUpdateContext

The context representing the last update information.

Name

Gets the name of the highlighting fields decoration UI layer.

Declaration

cs-api-definition
public override string Name { get; }

Property Value

string

A string that represents the name of the highlighting fields decoration UI layer.

Overrides DecorationUILayerBase.Name

ShouldUpdateWhenNotInvalidated

Determines whether the highlighting fields decoration UI layer should be updated when it has not been invalidated.

Declaration

cs-api-definition
public override bool ShouldUpdateWhenNotInvalidated { get; }

Property Value

bool

Overrides DecorationUILayerBase.ShouldUpdateWhenNotInvalidated

Methods

OnDocumentChanged()

Declaration

cs-api-definition
protected override void OnDocumentChanged()

Overrides DecorationUILayerBase.OnDocumentChanged()

OnDocumentChanging()

Declaration

cs-api-definition
protected override void OnDocumentChanging()

Overrides DecorationUILayerBase.OnDocumentChanging()

UpdateUIViewPortOverride(UILayerUpdateContext)

Updates the user interface viewport override for the highlighting fields decoration layer.

Declaration

cs-api-definition
public override void UpdateUIViewPortOverride(UILayerUpdateContext context)

Parameters

context

UILayerUpdateContext

The update context that contains information required for updating the UI layer.

Overrides DecorationUILayerBase.UpdateUIViewPortOverride(UILayerUpdateContext)