Line

Represents a line report element.

public class Line : LayoutElement
Public Class Line
    Inherits LayoutElement

Inheritance: ObjectLayoutElementLine

Licensing Info

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

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.
LineStyleGets 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 first X coordinate of the line.
X2Gets or sets the second X coordinate of the line.
Y1Gets or sets the first Y coordinate of the line.
Y2Gets or sets the second Y coordinate of the line.

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

Line.LaidOutOccurs after the line has been laid out.
Line.LayingOutOccurs before the line is laid out.

See Also

ceTe.DynamicPDF.LayoutEngine.LayoutElements

In this topic