Line overview

Constructors

 ConstructorOverloaded Initializes a new instance of the Line class.

Public Methods

 DrawOverridden. Draws the line 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

 CapGets or sets the LineCap enumeration used to specify the line cap style of the line.
 ColorGets or sets the Color object to use for the line.
 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.
 StyleGets or sets the LineStyle object to use for the style of the line.
 WidthGets or sets the width of the line.
 X1Gets or sets the X1 coordinate of the line.
 X2Gets or sets the X2 coordinate of the line.
 Y1Gets or sets the Y1 coordinate of the line.
 Y2Gets or sets the Y2 coordinate of the line.

Protected Methods

 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

Line Class | ceTe.DynamicPDF.PageElements Namespace