Search
PrintOptions.ScaleToPage Method (PrintDocument)
See Also
 





Sets Scale to a value that makes a single printed page fit the whole diagram.

Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms

 Syntax

C#  Copy Code

public void ScaleToPage (
    PrintDocument doc
)

Visual Basic  Copy Code

Public Sub ScaleToPage( _
    doc As PrintDocument _
)

 Parameters

doc

 See Also