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; }
Public Property NoClip As Boolean
Get
Set
public:
property bool NoClip {
bool get ();
void set (bool value);
}
member NoClip : bool with get, set
Property Value
Type:
Boolean
true
if [no clip]; otherwise,
false
.
See Also