Nevron Open Vision Documentation
Nevron.Nov.Diagram.Export Namespace / NDrawingPrintExporter Class
Members


In This Topic
    NDrawingPrintExporter Class
    In This Topic
    Faciliates the printing of a drawing document.
    Object Model
    NDrawingPrintExporter Class
    Syntax
    'Declaration
     
    
    Public Class NDrawingPrintExporter 
       Inherits Nevron.Nov.UI.NPrintExporter(Of NDrawing)
    'Usage
     
    
    Dim instance As NDrawingPrintExporter
    public class NDrawingPrintExporter : Nevron.Nov.UI.NPrintExporter<NDrawing> 
    Inheritance Hierarchy

    System.Object
       Nevron.Nov.UI.NElementMediaExporter<TContent>
          Nevron.Nov.UI.NPagedMediaExporter<TContent>
             Nevron.Nov.UI.NPrintExporter<TContent>
                Nevron.Nov.Diagram.Export.NDrawingPrintExporter

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also