Search
PdfExporter Members
Constructors Properties Methods
 


Exports worksheets as PDF files.

The following tables list the members exposed by the PdfExporter type.

 Public Constructors

  Name Description

PdfExporter

Initializes a new instance of the PdfExporter class.

 Public Properties

  Name Description

EnableGridLines

Gets or sets a value indicating whether to export the grid lines.

Margins

Gets or sets the margins for the PDF pages.

MaxPages

Gets or sets the maximum number of pages to export, or 0, to export all pages.

PageOrientation

Gets or sets the orientation of the exported pages.

Scale

Gets or sets the scale of the PDF output relatively to the original on-screen size of the spreadsheet.

 Public Methods

  Name Description

Export

Exports the specified worksheet as a PDF file.

GetPageCount

Gets the number of pages created by the most recent call to the Export method.

 See Also