Search
PdfExporter Members
Constructors Methods
 


Exports JDiagram 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 Methods

  Name Description

export

Overloaded.  

getAutoScale

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

getDefaultCharset

 

getDisableTextClipping

Gets whether text clipping is disabled, as work-around for Adobe Reader V9+ issue when printing to some Postscript printers.

getEnableGrid

Gets a value indicating whether the alignment grid is rendered.

getHyperLinkStyle

 

getMarginBottom

Gets the bottom margin for the PDF pages, measured in Inches.

getMarginLeft

Gets the left margin for the PDF pages, measured in Inches.

getMarginRight

Gets the right margin for the PDF pages, measured in Inches.

getMarginTop

Gets the top margin for the PDF pages, measured in Inches.

getPageOrientation

Gets the orientation of the PDF 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 diagram.

isAutoOrientation

Specifies whether the component should automatically choose the page orientation.

setAutoOrientation

Specifies whether the component should automatically choose the page orientation.

setAutoScale

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

setDefaultCharset

 

setDisableTextClipping

Sets whether text clipping is disabled, as work-around for Adobe Reader V9+ issue when printing to Postscript printers.

setEnableGrid

Gets a value indicating whether the alignment grid is rendered.

setHyperLinkStyle

 

setMarginBottom

Sets the bottom margin for the PDF pages, measured in Inches.

setMarginLeft

Sets the left margin for the PDF pages, measured in Inches.

setMarginRight

Sets the value of right margin of the destination PDF document.

setMarginTop

Sets the value of top margin of the destination PDF document.

setPageOrientation

Sets the orientation of the PDF 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 diagram.

 See Also