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:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.
Constructors
AnchorGroup(Single, Single, Align, VAlign) | Initializes a new instance of the AnchorGroup class. |
Properties
Align | Gets or sets the alignment of the anchor group. |
AnchorTo | Gets or sets the AnchorTo object to use for the anchor group. |
Count | Gets the number of page elements in the group. (Inherited from Group) |
Height | Gets or sets the height of the anchor group. |
ID | Gets or sets the ID of the page element. (Inherited from PageElement) |
IgnoreMargins | Gets 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) |
RelativeTo | Gets and sets placement of the page element on the page. (Inherited from PageElement) |
VAlign | Gets or sets the vertical alignment of the anchor group. |
Width | Gets 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) |