Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ViewportLayout Class / PrintPreview Method
Size of the Print Preview form client area
If true fits the model on view, else captures the whole viewport

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

    Parameters

    printPreviewDlgClientSize
    Size of the Print Preview form client area
    extents
    If true fits the model on view, else captures the whole viewport
    Remarks
    For more options use the HiddenLinesViewOnPaperPreview class directly.
    See Also