DocumentViewerSearchOptionsHighlightColor Property

Gets or sets the color to use for highlighting search results. Default is yellow.

Definition

Namespace: GleamTech.DocumentUltimate.AspNet.UI
Assembly: GleamTech.DocumentUltimate (in GleamTech.DocumentUltimate.dll) Version: 6.9.8
C#
public Color HighlightColor { get; set; }

Property Value

Color

Example

  Notes to Callers

A GleamTech.Drawing.Color parameter/property can be implicitly (automatically) cast from/to other image libraries:

See Also