Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ViewportLayout Class / PageSetup Method
If true, the margins can be changed

In This Topic
    PageSetup Method
    In This Topic
    Opens the Page Setup dialog.
    Syntax
    'Declaration
     
    Public Sub PageSetup( _
       Optional ByVal allowMargins As Boolean _
    ) 
    public void PageSetup( 
       bool allowMargins
    )

    Parameters

    allowMargins
    If true, the margins can be changed
    Remarks
    Margins are disabled because the Eyeshot parameterless printing engine prints to the entire printable area of the selected paper format.
    See Also