Eyeshot 10 WPF API Reference
HiddenLinesViewOnPaperPreview Class
Members  Example 

WPF Assembly > devDept.Eyeshot Namespace : HiddenLinesViewOnPaperPreview Class
Class that prints a vectorial image of the current scene of the active viewport, opening a Print Preview dialog.
Syntax
'Declaration
 
Public Class HiddenLinesViewOnPaperPreview 
   Inherits HiddenLinesViewOnPaper
public class HiddenLinesViewOnPaperPreview : HiddenLinesViewOnPaper 
Example
The following code fragment demonstrates how to print a vectorial image of the current scene of the active viewport.
HiddenLinesViewOnPaperPreview hdlView = new HiddenLinesViewOnPaperPreview(new HiddenLinesViewSettings(viewport1));
viewport1.StartWork(hdlView);
Dim hdlView As New HiddenLinesViewOnPaperPreview(new HiddenLinesViewSettings(Viewport1))
Viewport1.StartWork(hdlView)
Inheritance Hierarchy

System.Object
   devDept.Eyeshot.WorkUnit
      devDept.Eyeshot.HiddenLinesView
         devDept.Eyeshot.HiddenLinesViewOnPaper
            devDept.Eyeshot.HiddenLinesViewOnPaperPreview

See Also

Reference

HiddenLinesViewOnPaperPreview Members
devDept.Eyeshot Namespace
WriteToFileVector Method
Print Method
PrintPreview Method