Label

Represents a label report element.

public class Label : LayoutElement
Public Class Label
    Inherits LayoutElement

Inheritance: ObjectLayoutElementLabel

Licensing Info

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

Properties

AlignGets or sets the Align enumeration that specifies the text alignment of the label.
AngleGets or sets the angle of the label in degrees.
FontGets or sets the Font object to use for the text of the label.
FontSizeGets or sets the font size for the text of the label.
HeightGets or sets the height of the label.
RightToLeftGets or sets a value indicating if text should be displayed right to left reading order.
TextGets or sets the text of the label.
TextColorGets or sets the Color object to use for the text of the label.
UnderlineGets or sets a value indicating if the label is underlined.
VAlignGets or sets the VAlign enumeration that specifies the vertical text alignment of the label.
WidthGets or sets the width of the label.
XGets or sets the X coordinate of the label.
YGets or sets the Y coordinate of the label.

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

Label.LaidOutOccurs after the label has been laid out.
Label.LayingOutOccurs before the label is laid out.

See Also

ceTe.DynamicPDF.LayoutEngine.LayoutElements

In this topic