GET api/Download/GetPDFSettings
Getting PDF export settings
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Result containing PDF export settings
ObjResultOfPDFExportSettings| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | PDFExportSettings |
None. |
|
| Error |
Error description |
string |
None. |
| Success |
Flag of successful operation |
boolean |
None. |
| ErrorCode |
Error code |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"data": {
"marginsLeft": 1.1,
"marginsTop": 2.1,
"marginsRight": 3.1,
"marginsBottom": 4.1,
"pageSize": "6.1, 7.1",
"itemsBorder": 5.1,
"pageWidth": 6.1,
"pageHeight": 7.1,
"columns": 8,
"rows": 9,
"showBorder": true,
"captions": [
[
"920bcc44-db7b-4bf9-848d-0e730225d18c",
"b018b1f6-bbcb-468b-a947-b2f746347c88"
],
[
"d07260e4-8e0f-4e86-8773-8aec6f04329a",
"93f5d76a-722d-4c9c-bb38-cda0c05f8cc9"
]
],
"captionsBorder": 11.1,
"font": null,
"fontName": "sample string 12",
"fontStyle": 0,
"captionEnables": [
true,
true
],
"captionLines": [
1,
2
],
"fontSize": 13.1
},
"error": "sample string 1",
"success": true,
"errorCode": 3
}