Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 771 Bytes

File metadata and controls

12 lines (7 loc) · 771 Bytes

Choose the way to render PDF text in C# and VB.NET

This sample shows how to specify the text rendering mode on a PDF canvas using Docotic.Pdf library.

Description

The text rendering mode specifies whether drawing text causes glyph outlines to be stroked, filled, used as a clipping boundary, or some combination of the three. It is also possible to add invisible text to PDF.

Use the PdfCanvas.TextRenderingMode property to set the desired rendering mode for a canvas. See the PdfTextRenderingMode enumeration of the modes.

See also