Search
PdfExporter.setMarginTop Method
See Also
 

Sets the value of top margin of the destination PDF document.

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

 Syntax

Java  Copy Code

public void setMarginTop (
    float marginTop
)

 Parameters

marginTop
the value of top margin of the destination PDF document, measured in Inches.

 See Also