Skip to content

Commit c6db2e1

Browse files
committed
docs(clientexportmanager): fixed typos and add clarity
1 parent 2e354d5 commit c6db2e1

File tree

1 file changed

+3
-3
lines changed
  • controls/clientexportmanager/client-side-programming

1 file changed

+3
-3
lines changed

controls/clientexportmanager/client-side-programming/overview.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ The pdfSettings, imageSettings and svgSettings are JavaScript objects that conta
4545
fileName: "PDF-Export",
4646
proxyURL: "http://www.proxy.com",
4747
margin: { top: 25, left: 15, bottom: 10, right: 5 },
48-
paperSize: "A4",
49-
landscape: "Portrait",
48+
paperSize: "A4", // Try "A4", "Letter", or custom like [800, 600]
49+
landscape: true, // true = landscape, false = portrait
5050
title: "PDF",
5151
author: "UserName",
5252
subject: "Export to PDF",
@@ -60,7 +60,7 @@ The pdfSettings, imageSettings and svgSettings are JavaScript objects that conta
6060
fileName: "Image-Export",
6161
proxyURL: "http://www.proxy.com",
6262
width: 200,
63-
heigh: 400,
63+
height: 400,
6464
};
6565

6666
var svgSettings = {

0 commit comments

Comments
 (0)