FormattedRecordArea

Represents an area for a formatted record.

public class FormattedRecordArea : LayoutElement
Public Class FormattedRecordArea
    Inherits LayoutElement

Inheritance: ObjectLayoutElementFormattedRecordArea

Licensing Info

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

Properties

AngleGets or sets a value indicating the angle of the formatted record area.
ExpandableGets or sets a value indicating if the formatted record area is expandable.
HeightGets or sets the height of the formatted record area group.
InitialStyleGets or sets the FormattedTextAreaStyle object used to specify the initial style of the formatted record area.
SplittableGets or sets a value indicating if the formatted record area is splittable.
TextGets or sets the text for the formatted record area.
VAlignGets or sets a value indicating the vertical alignment of the formatted record area.
WidthGets or sets the width of the formatted record area group.
XGets or sets the X coordinate of the formatted record area group.
YGets or sets the Y coordinate of the formatted record area group.

Methods

Equals(Object)Determines whether the specified Object is equal to the current Object .
(Inherited from Object)
GetHashCode()Serves as a hash function for a particular type.
(Inherited from Object)
GetType()Gets the Type of the current instance.
(Inherited from Object)
ToString()Returns a String that represents the current Object .
(Inherited from Object)

Events

FormattedRecordArea.LaidOutOccurs after the formatted text area has been laid out.
FormattedRecordArea.LayingOutOccurs before the formatted text area is laid out.

See Also

ceTe.DynamicPDF.LayoutEngine.LayoutElements

In this topic