Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ViewportLayout Class / Print Method
If true fits the model on view, else captures the whole viewport

In This Topic
    Print Method (ViewportLayout)
    In This Topic
    Computes the hidden lines and opens the Print dialog.
    Syntax
    'Declaration
     
    Public Sub Print( _
       Optional ByVal extents As Boolean _
    ) 
    public void Print( 
       bool extents
    )

    Parameters

    extents
    If true fits the model on view, else captures the whole viewport
    Remarks
    For more options use the HiddenLinesViewOnPaper class directly.
    See Also