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: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
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

Boolean
true if [no clip]; otherwise, false.

See Also