Bytescout.PDF for .NET |
Bytescout.PDF library for .NET
- hightlight text in PDF document
Highlighting text in a PDF document generated
using Bytescout.PDF library
This example provides a VB.NET (for .NET)
to add hightlighted text in PDF generated using Bytescout.PDF
library for NET Imports Bytescout.PDF Module Module1 Sub Main() ' Add new document ' Append new page to the document ' Create new drawing ' Add standard font ' Set Active Font drawing.SetFillColor(Bytescout.PDF.Drawing.RGBToColor(127, 127, 127)) 'Draw rectangle drawing.Fill() drawing.SetFillColor(Bytescout.PDF.Drawing.RGBToColor(200, 140, 170)) ' Draw Text drawing.Fill() ' Closing drawing on the page ' Save document ' open PDF document in default PDF reader End Module Download example source code: bytescoutpdf_highlighted_text_effect.zip (10 KB)
"Hello, World!" quick start step-by-step tutorials: |
|
|
||