Search
PdfExporter.setMarginLeft Method
See Also
 

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

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

 Syntax

Java  Copy Code

public void setMarginLeft (
    float marginLeft
)

 Parameters

marginLeft
the value of left margin of the destination PDF document, measured in Inches.

 See Also