ContentArea

Represents group of content with area.

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

Inheritance: ObjectPageElementGroupContentArea

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

ContentArea(Single, Single, Single, Single)Initializes a new instance of the ContentArea class.

Properties

CountGets the number of page elements in the group.
(Inherited from Group)
HeightGets or sets the height of the content area.
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)
WidthGets or sets the width of the content area.
XGets or sets the X coordinate of the content area.
YGets or sets the Y coordinate of the content area.

Methods

Add(PageElement)Adds a page element to the group.
(Inherited from Group)
Draw(PageWriter)Draws the content area 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