Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxPDFViewerHighlights.Visible Property

Specifies if the content highlights are visible.

#Declaration

Delphi
property Visible: TdxDefaultBoolean read; write;

#Property Value

Type
TdxDefaultBoolean

#Remarks

Use this property to show or hide the highlights within the displayed PDF document either automatically or manually. Options include:

Value Description
bFalse All highlights are always hidden.
bTrue The highlights are always visible.
bDefault In this mode, the highlights are visible only if the Find panel is displayed.

The Visible property is initialized to bDefault.

See Also