PdfExportOptions.PdfReExclusiveOptions Class Members
In This Topic
The following tables list the members exposed by PdfExportOptions.PdfReExclusiveOptions.
Public Constructors
Public Properties
| Name | Description |
 | DocumentToAddAfterReport | Gets or sets the path to the PDF document that should be inserted to the end of the rendering output (PDF RE). |
 | DocumentToAddBeforeReport | Gets or sets the path to the PDF document that should be inserted to the beginning of the rendering output (PDF RE). |
 | EndPage | Gets or sets the last page of the report to render (PDF RE). Must be greater than or equal to StartPage. |
 | ImageInterpolation | Gets or sets a value indicating whether image interpolation is enabled when exporting to PDF (PDF RE). |
 | MarginBottom | Gets or sets the bottom margin value, in inches, to set for the report (PDF RE). |
 | MarginLeft | Gets or sets the left margin value, in inches, to set for the report (PDF RE). |
 | MarginRight | Gets or sets the right margin value, in inches, to set for the report (PDF RE). |
 | MarginTop | Gets or sets the top margin value, in inches, to set for the report (PDF RE). |
 | PageHeight | Gets or sets the page height value, in inches, to set for the report (PDF RE). |
 | PageWidth | Gets or sets the page width value, in inches, to set for the report (PDF RE). |
 | PrintLayoutMode | Gets or sets the layout mode to be used for PDF document (PDF RE). |
 | SizeToFit | Gets or sets a value indicating whether the PDF pages are fit to the selected paper size (PDF RE). |
 | StartPage | Gets or sets the start page of the report to render (PDF RE). Must be less than or equal to EndPage. |
Top
Public Methods
See Also