MindFusion.Wpf Pack Programmer's Guide
PdfExporter Members
Constructors Properties Methods
 


Exports worksheets to Adobe Portable Document Format (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

AutoDetectEncoding

Gets or sets a value indicating whether character encoding should be detected automatically.

DefaultEncoding

Gets or sets encoding to use if the encoding for a string cannot be recognized automatically.

EnableGridLines

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

EnableHeaders

Gets or sets a value indicating whether to export the row and column headers.

JpegImageEncoding

Gets or sets a value indicating whether images embedded in PDF should be encoded in Jpeg format.

JpegImageQuality

Gets or sets the image quality of Jpeg images.

Margins

Gets or sets the margins for the PDF pages.

PageOrientation

Gets or sets page orientation that is set to the resulting PDF pages.

PageSize

Gets or sets PDF page size.

Scale

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

 Public Methods

  Name Description

Export

Exports the specified worksheet as a PDF file.

 See Also

PdfExporter Class
MindFusion.Spreadsheet.Wpf Namespace