Character
Contents
 [
        
            Hide
        ]
    Character()
Initializes new instance of Character class.
public Character()
See Also
- class Character
 - namespace GroupDocs.Viewer.Results
 - assembly GroupDocs.Viewer
 
Character(char, double, double, double, double)
Initializes new instance of Character class.
public Character(char character, double x, double y, double width, double height)
| Parameter | Type | Description | 
|---|---|---|
| character | Char | The character. | 
| x | Double | The X coordinate of the highest left point on the page layout where the rectangle that contains character begins. | 
| y | Double | The Y coordinate of the highest left point on the page layout where the rectangle that contains character begins. | 
| width | Double | The width of the rectangle which contains single character (in pixels). | 
| height | Double | The height of the rectangle which contains single character (in pixels). | 
See Also
- class Character
 - namespace GroupDocs.Viewer.Results
 - assembly GroupDocs.Viewer