GET api/HIQPdfService/GetPdfPageSize?pageSize={pageSize}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| pageSize | string |
Required |
Body Parameters
None.
Response Information
Resource Description
PdfPageSize| Name | Description | Type | Additional information |
|---|---|---|---|
| Width | decimal number |
None. |
|
| Height | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
{
"Width": 1.1,
"Height": 2.1
}
text/html
Sample:
{"Width":1.1,"Height":2.1}
application/xml, text/xml
Sample:
<PdfPageSize xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Winnovative"> <Height>2.1</Height> <Width>1.1</Width> </PdfPageSize>