ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Web Assembly / GrapeCity.ActiveReports.Web.ExportOptions Namespace / PdfExportOptions.PdfReExclusiveOptions Class
Properties Methods

In This Topic
    PdfExportOptions.PdfReExclusiveOptions Class Members
    In This Topic

    The following tables list the members exposed by PdfExportOptions.PdfReExclusiveOptions.

    Public Constructors
    Public Properties
     NameDescription
    Public PropertyGets or sets the path to the PDF document that should be inserted to the end of the rendering output (PDF RE).  
    Public PropertyGets or sets the path to the PDF document that should be inserted to the beginning of the rendering output (PDF RE).  
    Public PropertyGets or sets the last page of the report to render (PDF RE). Must be greater than or equal to StartPage.  
    Public PropertyGets or sets a value indicating whether image interpolation is enabled when exporting to PDF (PDF RE).  
    Public PropertyGets or sets the bottom margin value, in inches, to set for the report (PDF RE).  
    Public PropertyGets or sets the left margin value, in inches, to set for the report (PDF RE).  
    Public PropertyGets or sets the right margin value, in inches, to set for the report (PDF RE).  
    Public PropertyGets or sets the top margin value, in inches, to set for the report (PDF RE).  
    Public PropertyGets or sets the page height value, in inches, to set for the report (PDF RE).  
    Public PropertyGets or sets the page width value, in inches, to set for the report (PDF RE).  
    Public PropertyGets or sets the layout mode to be used for PDF document (PDF RE).  
    Public PropertyGets or sets a value indicating whether the PDF pages are fit to the selected paper size (PDF RE).  
    Public PropertyGets or sets the start page of the report to render (PDF RE). Must be less than or equal to EndPage.  
    Top
    Public Methods
     NameDescription
    Public MethodReturns this instance of PdfExportOptions.PdfReExclusiveOptions converted to a string.  
    Top
    See Also