[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Web.ExportOptions.PdfExportOptions.PdfReExclusiveOptions

PdfExportOptions.PdfReExclusiveOptions Class

Represents the options for configuring PDF rendering and including additional documents in the output.

Inheritance
PdfExportOptions.PdfReExclusiveOptions
Namespace: GrapeCity.ActiveReports.Web.ExportOptions
Assembly: MESCIUS.ActiveReports.Web.dll
Syntax
public class PdfExportOptions.PdfReExclusiveOptions

Constructors

Name Description
PdfReExclusiveOptions()

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.

Methods

Name Description
ToString()

Returns this instance of PdfExportOptions.PdfReExclusiveOptions converted to a string.