Search
PdfExporter.setMarginBottom Method
See Also
 

Sets the bottom margin for the PDF pages, measured in Inches.

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

 Syntax

Java  Copy Code

public void setMarginBottom (
    float marginBottom
)

 Parameters

marginBottom
the value of bottom margin of the destination PDF document, measured in Inches.

 See Also