Table of Contents

Property Color

Namespace
LMKit.Document.Search
Assembly
LM-Kit.NET.dll

Color

Gets or sets the highlight fill color including alpha transparency. For PDFs, sets the annotation color. For images, fills the overlay rectangle.

public Color32 Color { get; set; }

Property Value

Color32

Default: semi-transparent yellow (R=255, G=255, B=0, A=80).

Share