Namespace: GroupDocs.Viewer.ResultsAssembly: GroupDocs.Viewer (in GroupDocs.Viewer.dll) Version: 22.5
Syntaxpublic Character(
char character,
double x,
double y,
double width,
double height
)
Public Sub New (
character As Char,
x As Double,
y As Double,
width As Double,
height As Double
)
public:
Character(
wchar_t character,
double x,
double y,
double width,
double height
)
new :
character : char *
x : float *
y : float *
width : float *
height : float -> Character
Parameters
- character
- Type: SystemChar
The character. - x
- Type: SystemDouble
The X coordinate of the highest left point on the page layout where the rectangle that contains character begins. - y
- Type: SystemDouble
The Y coordinate of the highest left point on the page layout where the rectangle that contains character begins. - width
- Type: SystemDouble
The width of the rectangle which contains single character (in pixels). - height
- Type: SystemDouble
The height of the rectangle which contains single character (in pixels).
See Also