Click or drag to resize

PdfStringFormat NoClip Property

Overhanging parts of glyphs, and unwrapped text reaching outside the formatting rectangle are allowed to show. By default all text and glyph parts reaching outside the formatting rectangle are clipped.

Namespace: Spire.Pdf.Graphics
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public bool NoClip { get; set; }

Property Value

Type: Boolean
true if [no clip]; otherwise, false .
See Also