Click or drag to resize

PdfTextObjectTextKnockout Property

Gets or sets the text knockout flag, which determines the behavior of overlapping glyphs within a text object in the transparent imaging model.

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax
public bool TextKnockout { get; set; }

Property Value

Boolean
Remarks
If its value is false, each glyph in a text object is treated as a separate elementary object; when glyphs overlap, they composite with one another. If the parameter is true, all glyphs in the text object are treated together as a single elementary object; when glyphs overlap, later glyphs overwrite(“knock out”) earlier ones in the area of overlap.
See Also