Search
PdfExporter.setScale Method
See Also
 

Sets the scale of the PDF output relatively to the original on-screen size of the diagram.

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

 Syntax

Java  Copy Code

public void setScale (
    float scale
)

 Parameters

scale

A float value specifying the scale as percent of the original size. The default is 100.

 Remarks

This value is used only if AutoScale is disabled.

 See Also