TdxPDFViewerHighlights.Visible Property
In This Article
Specifies if the content highlights are visible.
#Declaration
Delphi
property Visible: TdxDefaultBoolean read; write;
#Property Value
Type |
---|
Tdx |
#Remarks
Use this property to show or hide the highlights within the displayed PDF document either automatically or manually. Options include:
Value | Description |
---|---|
b |
All highlights are always hidden. |
b |
The highlights are always visible. |
b |
In this mode, the highlights are visible only if the Find panel is displayed. |
The Visible property is initialized to bDefault.
See Also