Character
Leave feedback
On this page
Initializes new instance of Character class.
public Character()
- class Character
- namespace GroupDocs.Viewer.Results
- assembly GroupDocs.Viewer
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). |
- class Character
- namespace GroupDocs.Viewer.Results
- assembly GroupDocs.Viewer
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.