Search
PdfExporter.getScale Method
See Also
 

Gets 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 float getScale ()

 Return Value

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