Character
Character class
Represents relatively positioned rectangle which contains single character.
public class Character : TextElement<char>
Constructors
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