25 lines
365 B
JSON
25 lines
365 B
JSON
{
|
|
"PaperSizes": [
|
|
{
|
|
"Name": "A4",
|
|
"Width": 210,
|
|
"Height": 297,
|
|
"Unit": "Millimetre"
|
|
},
|
|
{
|
|
"Name": "A5",
|
|
"Width": 148.5,
|
|
"Height": 210,
|
|
"Unit": "Millimetre"
|
|
},
|
|
{
|
|
"Name": "Letter",
|
|
"Width": 8.5,
|
|
"Height": 11,
|
|
"Unit": "Inch"
|
|
}
|
|
],
|
|
"SelectedPaper": "A4",
|
|
"DPI": 96
|
|
}
|