887e636c9d0fbc79655ab05033676b2e07f2af55
API/AdHocSettings.md
| ... | ... | @@ -228,8 +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 | +|String|[[PdfPageMargin|/API/CodeSamples/PdfPageMargin]]|Gets or sets the margins for the pages on PDF export.|PdfPageMargin(30, 30, 30, 30)| |
|
| 232 | +|String|[[PdfPageSize|/API/CodeSamples/PdfPageSize]]|Gets or sets the paper size on PDF export.|PdfPageSize.A4| |
|
| 233 | 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| |
| 234 | 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| |
| 235 | 235 | |Int32|[[PivotFieldLimit|/API/CodeSamples/PivotFieldLimit]]|Gets or sets the limit of pivot columns allowed in a single report.|100| |