Glyphs
GlyphsClip Property
|
Gets or sets the GlyphsClip.
Namespace:
Spire.Additions.Xps.Schema
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public Geometry GlyphsClip { get; set; }
Public Property GlyphsClip As Geometry
Get
Set
public:
property Geometry^ GlyphsClip {
Geometry^ get ();
void set (Geometry^ value);
}
member GlyphsClip : Geometry with get, set
Property Value
Type:
Geometry
See Also