Class PDFExporter
This class exports design sheets to a PDF file.
Extends MultiSheetExporter
Hierarchical Diagram
Direct Known Subclasses
None
Methods
title
Sets the PDF title.
public void title(string title)
title—A descriptive title for the PDF. The default is an empty string.
author
Sets the name of the author.
public void author(String author)
author—The name of the author. The default is an empty string.
subject
Sets the subject of the exported design.
public void subject(String subject)
subject—The description of the design subject. The default is an empty string.
keywords
Sets keywords for the exported design.
public void kewords(String keywords)
keywords—The keywords for the design. The default is an empty string.
setColorMethod
Sets the color method for export. The default is COLOR.
public void setColorMethod(ColorMethod color)