Search
PdfExporter.setAutoScale Method
See Also
 

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

Namespace: com.mindfusion.diagramming.export
Package: com.mindfusion.diagramming.export

 Syntax

Java  Copy Code

public void setAutoScale (
    AutoScale autoScale
)

 Parameters

autoScale

A member of the AutoScale enumeration. The default is None.

 Remarks

By default, the original scale of the diagram is preserved and the diagram is divided into multiple pages if needed. This property lets you scale the diagram so that it fits in one or more pages.

 See Also