PdfTextFragment
HighLight Method (Color)
|
Highlight the target text.
Namespace:
Spire.Pdf.Texts
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public void HighLight(
Color color
)
Public Sub HighLight (
color As Color
)
public:
void HighLight(
Color color
)
member HighLight :
color : Color -> unit
Parameters
-
color
-
Type:
System.Drawing
Color
The hight light color.
See Also