API/AdHocSettings.md
... ...
@@ -228,6 +228,8 @@ The ``AdHocSettings`` class contains all the settings Izenda uses to control var
228 228
|String|[[ParentReportListUrl|/API/CodeSamples/ParentReportListUrl]]|Gets or sets the URL that will be used for links that open the Report List page using the "target=_parent" attribute.|String.Empty|
229 229
|String|[[ParentReportViewerUrl|/API/CodeSamples/ParentReportViewerUrl]]|Gets or sets the URL that will be used for links that open the Report Viewer page using the "target=_parent" attribute.|String.Empty|
230 230
|String|[[ParentSettingsUrl|/API/CodeSamples/ParentSettingsUrl]]|Gets or sets the URL that will be used for links that open the Settings page using the "target=_parent" attribute.|String.Empty|
231
+|String|[[PdfPageMargin|/API/CodeSamples/PdfPageMargin]]|Gets or sets the margins for the pages on PDF export.||
232
+|String|[[PdfPageSize|/API/CodeSamples/PdfPageSize]]|Gets or sets the paper size on PDF export.||
231 233
|PdfMode|[[PdfPrintMode|/API/CodeSamples/PdfPrintMode]]|Gets or sets the default PDF generation mode. This only has an effect when PrintMode is using one of the Html2Pdf modes.|EOPDF|
232 234
|Boolean|[[PerUserCaching|/API/CodeSamples/PerUserCaching]]| Gets or sets whether the Izenda.AdHoc.Database.Driver.DatabaseSchema should be cached according to CurrentUserName and CurrentUserTenantID. |False|
233 235
|Int32|[[PivotFieldLimit|/API/CodeSamples/PivotFieldLimit]]|Gets or sets the limit of pivot columns allowed in a single report.|100|