Nevron .NET Vision
Nevron.Diagram.Extensions Namespace / NPrintManager Class
Properties Methods


In This Topic
    NPrintManager Class Members
    In This Topic

    The following tables list the members exposed by NPrintManager.

    Public Constructors
     NameDescription
    Public ConstructorCreates a new instance of the print manager attached to the specified document  
    Top
    Public Properties
     NameDescription
    Public PropertyObtains a reference to the drawing, to which the manager is attached  
    Public PropertyGets/sets the graphics settings used for printing  
    Public PropertyGets/sets the print layout, that determines the way in which the document is zoomed and the way in which the pages count is determined.  
    Public PropertyGets/sets the number of page columns in which to adjust the printing. Applicable when PrintLayout is set to FitToPages or FitToPagesWidth.  
    Public PropertyGets/sets the number of page rows in which to adjust the printing. Applicable when PrintLayout is set to FitToPages or FitToPagesHeight.  
    Public PropertyGets/sets the page settings  
    Public PropertyObtains a reference to the document which must be printed  
    Public PropertyGets/sets the printers settings  
    Public PropertyGets/sets the zoom percent to which to adjust the printing. Applicable only when PrintLayout is set to ZoomTo.  
    Top
    Public Methods
     NameDescription
    Public MethodCreates a new print drawing with the current print manager settings  
    Public MethodOverloaded. Prints the drawing using the settings of the NPrintManager. Optionally shows the print dialog first.  
    Public MethodShows the page setup dialog  
    Public MethodShows the print preview dialog  
    Top
    See Also