Search
PdfExporter Members
Constructors Properties Methods
 


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

Specifies whether character encoding should be detected automatically.

AutoScale

Gets or sets a value indicating whether the diagram should be scaled to fit one or more pages of the PDF document.

DefaultEncoding

Specifies what encoding to use if the encoding for a string cannot be recognized automatically.

DisableTextClipping

A work-around for Adobe Reader V9 issue when printing to Postscript printers.

EnableBackground

Specifies whether to fill the background with color.

EnableGrid

Gets or sets a value indicating whether the alignment grid is rendered.

FontCachePath

Specifies the path to a file that contains font metrics records.

FooterFont

Gets or sets the font used to draw page footers.

FooterFormat

Gets or sets a string specifying the content of page footers.

HeaderFont

Gets or sets the font used to draw page headers.

HeaderFormat

Gets or sets a string specifying the content of page headers.

HyperLinkStyle

Specifies what kind of hyperlinks should be generated for the HyperLink property of items.

InvisibleItems

Gets or sets a value indicating whether invisible items should be exported.

JpegImageEncoding

Specifies whether images embedded in PDF should be encoded in Jpeg format.

JpegImageQuality

Specifies the image quality of Jpeg images.

Margins

Gets or sets the margins for the PDF pages.

PageOrientation

Gets or sets the orientation of the PDF pages.

PageSize

Gets or sets the size of the PDF pages.

RenderOptions

Gets a RenderOptions instance that provides various settings for configuring the appearance of exported diagrams.

Scale

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

SuppressUnmanagedCode

Suppress usage of unmanaged code.

 Public Methods

  Name Description

Export

Overloaded.  

 See Also