Group overview

Constructors

 ConstructorInitializes a new instance of the Group class.

Public Methods

 AddAdds a page element to the group.
 DrawOverridden. Draws the group to the given PageWriter object.
 Equals (inherited from Object)See System.Object
 GetEnumeratorReturns an enumerator that can iterate through the Group.
 GetHashCode (inherited from Object)See System.Object
 GetPageElementByIDReturns a page element with the given ID.
 GetType (inherited from Object)See System.Object
 InsertInserts a page element to the group.
 ToString (inherited from Object)See System.Object

Public Properties

 CountGets the number of page elements in the group.
 ID (inherited from PageElement)Gets or sets the ID of the page element.
 ItemGets the PageElement object with the given ID.
 ItemGets 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