Nevron .NET Vision
Nevron.Diagram.Extensions Namespace / NImageExporter Class
Members


In This Topic
    NImageExporter Class
    In This Topic
    The NImageExporter class is used to export an entire drawing document, or only portions of it to image.
    Object Model
    NImageExporter Class
    Syntax
    'Declaration
     
    
    Public Class NImageExporter 
       Inherits NDrawingExporter
       Implements Nevron.Globalization.INLocalizable 
    'Usage
     
    
    Dim instance As NImageExporter
    public class NImageExporter : NDrawingExporter, Nevron.Globalization.INLocalizable  
    Remarks
    This class can be instanced upon demand. The constructor must receive a reference to the drawing document, whose content is about to be exported to image: NImageExporter imageExporter = new NImageExporter(drawingDocument);
    Inheritance Hierarchy

    System.Object
       Nevron.Diagram.Extensions.NDrawingExporter
          Nevron.Diagram.Extensions.NImageExporter

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also