GET api/Images?GraphicString={GraphicString}&ContainerWidth={ContainerWidth}&MaxFontSize={MaxFontSize}&MinFontSize={MinFontSize}&SmallestOnFail={SmallestOnFail}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| GraphicString | string |
Required |
|
| ContainerWidth | integer |
Required |
|
| MaxFontSize | integer |
Required |
|
| MinFontSize | integer |
Required |
|
| SmallestOnFail | boolean |
Required |
Body Parameters
None.
Response Information
Resource Description
Font| Name | Description | Type | Additional information |
|---|---|---|---|
| FontFamily | FontFamily |
None. |
|
| Bold | boolean |
None. |
|
| GdiCharSet | byte |
None. |
|
| GdiVerticalFont | boolean |
None. |
|
| Italic | boolean |
None. |
|
| Name | string |
None. |
|
| OriginalFontName | string |
None. |
|
| Strikeout | boolean |
None. |
|
| Underline | boolean |
None. |
|
| Style | FontStyle |
None. |
|
| Size | decimal number |
None. |
|
| SizeInPoints | decimal number |
None. |
|
| Unit | GraphicsUnit |
None. |
|
| Height | integer |
None. |
|
| IsSystemFont | boolean |
None. |
|
| SystemFontName | string |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.