Label overview

Constructors

 ConstructorOverloaded Initializes a new instance of the Label class.

Public Methods

 Draw (inherited from RotatingPageElement)Overridden. Draws the page element to the given PageWriter object.
 Equals (inherited from Object)See System.Object
 GetHashCode (inherited from Object)See System.Object
 GetType (inherited from Object)See System.Object
 ToString (inherited from Object)See System.Object

Public Properties

 AlignGets or sets the Align enumeration that specifies the text alignment of the label.
 Angle (inherited from RotatingPageElement)Gets or sets the heights of the angle element.
 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.
 HeightOverridden. Gets or sets the height or the label.
 ID (inherited from PageElement)Gets or sets the ID of the page element.
 RequiredLicenseLevel (inherited from PageElement)Gets the required license level of the page element.
 RightToLeftGets or sets a value indicating if text should be displayed right to left.
 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 or the label.
 X (inherited from RotatingPageElement)Gets or sets the X coordinate of the page element.
 Y (inherited from RotatingPageElement)Gets or sets the Y coordinate of the page element.

Protected Methods

 DrawRotatedOverridden. Draws the label to the given PageWriter object.
 Finalize (inherited from Object)See System.Object
 MemberwiseClone (inherited from Object)See System.Object
 SetRequiredLicenseLevel (inherited from PageElement)Sets the license level required by the page element.

See Also

Label Class | ceTe.DynamicPDF.PageElements Namespace