Back to Devexpress

TdxPDFViewerHighlights.Visible Property

vcl-dxpdfviewer-dot-tdxpdfviewerhighlights.md

latest919 B
Original Source

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:

ValueDescription
bFalseAll highlights are always hidden.
bTrueThe highlights are always visible.
bDefaultIn this mode, the highlights are visible only if the Find panel is displayed.

The Visible property is initialized to bDefault.

See Also

TdxPDFViewerHighlights Class

TdxPDFViewerHighlights Members

dxPDFViewer Unit