[]
Represents the options for configuring PDF rendering and including additional documents in the output.
public class PdfExportOptions.PdfReExclusiveOptions
| Name | Description |
|---|---|
| PdfReExclusiveOptions() |
| 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. |
| Name | Description |
|---|---|
| ToString() | Returns this instance of PdfExportOptions.PdfReExclusiveOptions converted to a string. |