Search
PdfExporter Members
Constructors 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 Methods

  Name Description

export

Exports the specified worksheet as a PDF file.

getEnableGridLines

Gets a value indicating whether to export the grid lines.

getMarginBottom

Gets the bottom margin for the PDF pages, in inches.

getMarginLeft

Gets the left margin for the PDF pages, in inches.

getMarginRight

Gets the right margin for the PDF pages, in inches.

getMarginTop

Gets the top margin for the PDF pages, in inches.

getMaxPages

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

getPageOrientation

Gets the orientation of the exported pages.

getPageSize

Gets the size of the PDF pages.

getScale

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

setEnableGridLines

Sets a value indicating whether to export the grid lines.

setMarginBottom

Sets the bottom margin for the PDF pages, in inches.

setMarginLeft

Sets the left margin for the PDF pages, in inches.

setMarginRight

Sets the right margin for the PDF pages, in inches.

setMarginTop

Sets the top margin for the PDF pages, in inches.

setMaxPages

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

setPageOrientation

Sets the orientation of the exported pages.

setPageSize

Sets the size of the PDF pages.

setScale

Sets the scale of the PDF output relatively to the original on-screen size of the spreadsheet.

 See Also