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


In This Topic
    NFlashExporter Class
    In This Topic
    The NFlashExporter class is used to export drawing documents to SWF (Adobe Flash) vector format.
    Object Model
    NFlashExporter Class
    Syntax
    'Declaration
     
    
    Public Class NFlashExporter 
       Inherits NDrawingExporter
       Implements Nevron.Globalization.INLocalizable 
    'Usage
     
    
    Dim instance As NFlashExporter
    public class NFlashExporter : 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 SWF: NFlashExporter flashExporter = new NFlashExporter(drawingDocument);
    Inheritance Hierarchy

    System.Object
       Nevron.Diagram.Extensions.NDrawingExporter
          Nevron.Diagram.Extensions.NFlashExporter

    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