Search
PdfExporter.setMarginRight Method
See Also
 

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

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

 Syntax

Java  Copy Code

public void setMarginRight (
    float marginRight
)

 Parameters

marginRigth

value of margin measured in Inches

 See Also