Constructors
Constructor | Initializes a new instance of the AreaGroup class. |
Public Methods
Add (inherited from Group) | Adds a page element to the group. |
Draw (inherited from Group) | Overridden. Draws the group to the given PageWriter object. |
Equals (inherited from Object) | See System.Object |
GetEnumerator (inherited from Group) | Returns an enumerator that can iterate through the Group. |
GetHashCode (inherited from Object) | See System.Object |
GetPageElementByID (inherited from Group) | Returns a page element with the given ID. |
GetType (inherited from Object) | See System.Object |
Insert (inherited from Group) | Inserts a page element to the group. |
ToString (inherited from Object) | See System.Object |
Public Properties
Count (inherited from Group) | Gets the number of page elements in the group. |
Height | Gets or sets the height of the area group. |
ID (inherited from PageElement) | Gets or sets the ID of the page element. |
Item (inherited from Group) | Gets the PageElement object with the given ID. |
RequiredLicenseLevel (inherited from PageElement) | Gets the required license level of the page element. |
Width | Gets or sets the width of the area group. |
X | Gets the X coordinate of the area group. |
Y | Gets the Y coordinate of the area group. |
Protected Methods
Finalize (inherited from Object) | See System.Object |
MemberwiseClone (inherited from Object) | See System.Object |
SetRequiredLicenseLevel (inherited from PageElement) | Sets the license level required by the page element. |
See Also
AreaGroup Class | ceTe.DynamicPDF.PageElements Namespace




