[]
Extension methods for ILayoutArea
public static class LayoutAreaExtensions
| Name | Description |
|---|---|
| TwipsPerInch | The number of twips per inch (1440). |
| Name | Description |
|---|---|
| Detach(ILayoutArea) | Creates new layout area which does not hold reference to layout tree |
| GetAllAreas(ILayoutPage) | Enumerates all layout areas from the header, body, and footer of the specified layout page. |
| GetRect(ILayoutArea) | Gets the layout area bounds as a GrapeCity.Viewer.Common.Rect in twips. |
| GetRectIn(ILayoutArea) | Gets the layout area bounds as a GrapeCity.Viewer.Common.Rect in inches. |
| GetRectangleF(ILayoutArea) | Gets the layout area bounds as a RectangleF. |