Retrieves the bounding box of the Glyphs element relative to the FixedPage.

Namespace: FirstFloor.Documents.Fonts
Assembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.1.0)

Syntax

C#
public Rect Bounds { get; internal set; }
Visual Basic
Public Property Bounds As Rect
	Get
	Friend Set
Visual C++
public:
property Rect Bounds {
	Rect get ();
	internal: void set (Rect value);
}

Field Value

The bounds.

See Also