AnchorGroup

Represents a group of elements that will be anchored.

public class AnchorGroup : Group, IEnumerable, IPageElementContainer, ISerializable
Public Class AnchorGroup
    Inherits Group
    Implements IEnumerable, IPageElementContainer, ISerializable

Inheritance: ObjectPageElementGroupAnchorGroup

Implements: IEnumerable, IPageElementContainer, ISerializable

Licensing Info

This class is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

Constructors

AnchorGroup(Single, Single, Align, VAlign)Initializes a new instance of the AnchorGroup class.

Properties

AlignGets or sets the alignment of the anchor group.
AnchorToGets or sets the AnchorTo object to use for the anchor group.
CountGets the number of page elements in the group.
(Inherited from Group)
HeightGets or sets the height of the anchor group.
IDGets or sets the ID of the page element.
(Inherited from PageElement)
IgnoreMarginsGets or sets ignore margin property. Setting false will consider the margin while placing the page element based on the RelativeTo property.
(Inherited from PageElement)
Item[Int32]Gets the PageElement object at the given index.
(Inherited from Group)
Item[String]Gets the PageElement object with the given ID.
(Inherited from Group)
RelativeToGets and sets placement of the page element on the page.
(Inherited from PageElement)
VAlignGets or sets the vertical alignment of the anchor group.
WidthGets or sets the width of the anchor group.

Methods

Add(PageElement)Adds a page element to the group.
(Inherited from Group)
Draw(PageWriter)Draws the anchor group to the given PageWriter object.
Equals(Object)Determines whether the specified Object is equal to the current Object .
(Inherited from Object)
GetEnumerator()Returns an enumerator that can iterate through the Group .
(Inherited from Group)
GetHashCode()Serves as a hash function for a particular type.
(Inherited from Object)
GetPageElementByID(String)Returns a page element with the given ID.
(Inherited from Group)
GetType()Gets the Type of the current instance.
(Inherited from Object)
Insert(Int32, PageElement)Inserts a page element to the group.
(Inherited from Group)
ToString()Returns a String that represents the current Object .
(Inherited from Object)

See Also

ceTe.DynamicPDF.PageElements

In this topic