Constructors
Constructor | Initializes a new instance of the Group class. |
Public Methods
Add | Adds a page element to the group. |
Draw | Overridden. Draws the group to the given PageWriter object. |
Equals (inherited from Object) | See System.Object |
GetEnumerator | Returns an enumerator that can iterate through the Group. |
GetHashCode (inherited from Object) | See System.Object |
GetPageElementByID | Returns a page element with the given ID. |
GetType (inherited from Object) | See System.Object |
Insert | Inserts a page element to the group. |
ToString (inherited from Object) | See System.Object |
Public Properties
Count | Gets the number of page elements in the group. |
ID (inherited from PageElement) | Gets or sets the ID of the page element. |
Item | Gets the PageElement object with the given ID. |
Item | Gets the PageElement object at the given index. |
RequiredLicenseLevel (inherited from PageElement) | Gets the required license level of the page element. |
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
Group Class | ceTe.DynamicPDF.PageElements Namespace




