Specifies the default subject for a text highlight tool.
Namespace:DevExpress.XtraPdfViewer
Assembly:DevExpress.XtraPdfViewer.v18.2.dll

Syntax
C# |
public string TextHighlightDefaultSubject { get; set; }
|
VB |
Public Property TextHighlightDefaultSubject As String
|
Property value
Type: String
A string that specifies the text highlight tool's default subject.

See Also