Search
PdfExporter.setAutoOrientation Method
See Also
 

Specifies whether the component should automatically choose the page orientation.

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

 Syntax

Java  Copy Code

public void setAutoOrientation (
    boolean autoOrientation
)

 Parameters

autoOrientation
true if orientation of the page in destination PDF should be derived from the width/height ratio of the source diagram.

 See Also