Character

Character class

Represents relatively positioned rectangle which contains single character.

public class Character : TextElement<char>

Constructors

Name Description
Character() Initializes new instance of Character class.
Character(char, double, double, double, double) Initializes new instance of Character class.

Properties

Name Description
Height { get; set; } The height of the rectangle which contains the element (in pixels).
Value { get; set; } The element value.
Width { get; set; } The width of the rectangle which contains the element (in pixels).
X { get; set; } The X coordinate of the highest left point on the page layout where the rectangle that contains element begins.
Y { get; set; } The Y coordinate of the highest left point on the page layout where the rectangle that contains element begins.

Methods

Name Description
override ToString() Returns a string that represents the current object.

See Also