MindFusion.Reporting for Silverlight Programmer's Guide
PdfExporter Members
Constructors Properties Methods Events
 


Exports reports 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

DefaultEncoding

Gets or sets the encoding of the exported texts, or null, to automatically detect the encoding.

Margins

Gets or sets the page margins.

PageOrientation

Gets or sets the page orientation.

PageSize

Gets or sets the page size.

UseJpegEncoding

Gets or sets a value indicating whether to use custom JPEG encoding for the images in the report.

 Public Methods

  Name Description

Export

Overloaded. Creates a PDF file representing the specified report.

 Protected Methods

  Name Description

OnEncodeImage

Raises the EncodeImage event.

OnPreprocessText

Raises the PreprocessText event.

 Public Events

  Name Description

EncodeImage

Raised for the images in the exported report to allow clients to use custom encoding.

PreprocessText

Raised for individual text fragments before they are rendered to the output PDF file.

 See Also

PdfExporter Class
MindFusion.Reporting.Silverlight.Export Namespace