Nevron .NET Vision
Nevron.GraphicsCore Namespace / NImageFormat Class
Members


In This Topic
    NImageFormat Class
    In This Topic
    All response types in have an associated object deriving from NImageFormat.
    Object Model
    NImageFormat Class
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlIncludeAttribute(Nevron.GraphicsCore.NDxfImageFormat)>
    <System.SerializableAttribute()>
    Public MustInherit Class NImageFormat 
       Inherits Nevron.Dom.NAttribute
       Implements Nevron.Dom.INAttribute, Nevron.Dom.INHistoryCallback, Nevron.Globalization.INLocalizable, INFileFormat, INImageFormat, Nevron.INReferenceHolder, Nevron.INReferenceProvider 
    'Usage
     
    
    Dim instance As NImageFormat
    [System.Xml.Serialization.XmlInclude(Nevron.GraphicsCore.NDxfImageFormat)]
    [System.Serializable()]
    public abstract class NImageFormat : Nevron.Dom.NAttribute, Nevron.Dom.INAttribute, Nevron.Dom.INHistoryCallback, Nevron.Globalization.INLocalizable, INFileFormat, INImageFormat, Nevron.INReferenceHolder, Nevron.INReferenceProvider  
    Inheritance Hierarchy

    System.Object
       Nevron.Dom.NAttribute
          Nevron.GraphicsCore.NImageFormat
             Nevron.GraphicsCore.NDxfImageFormat
             Nevron.GraphicsCore.NEmfImageFormat
             Nevron.GraphicsCore.NPdfImageFormat
             Nevron.GraphicsCore.NRasterImageFormat
             Nevron.GraphicsCore.NSvgImageFormat
             Nevron.GraphicsCore.NSwfImageFormat
             Nevron.GraphicsCore.NXamlImageFormat

    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