TdxPDFViewerHighlights.Visible Property
Specifies if the content highlights are visible.
Declaration
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