PdfMarkupToolsSettings.TextHighlightColor Property
Specifies the color for a text highlight tool.
Namespace: DevExpress.XtraPdfViewer
Assembly: DevExpress.XtraPdfViewer.v26.1.dll
Declaration
Property Value
| Type | Description |
|---|---|
| Color | A Color value that specifies the text highlight tool’s color. |
Property Paths
You can access this nested property as listed below:
| Object Type | Path to TextHighlightColor |
|---|---|
| PdfViewer |
|
Remarks
To access the PdfMarkupToolsSettings object, use the PdfViewer.MarkupToolsSettings property.
See Also