Nevron .NET Vision
Nevron.UI.WebForm.Controls Namespace / NImageResponse Class
Members


In This Topic
    NImageResponse Class
    In This Topic
    Describes an image response type. The generated image can be BMP, JPEG, PNG, GIF, TIFF or SVG.
    Object Model
    NImageResponse Class
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlIncludeAttribute(Nevron.UI.WebForm.Controls.NImageResponse)>
    <System.SerializableAttribute()>
    Public Class NImageResponse 
       Inherits NResponse
       Implements Nevron.INReferenceHolder, Nevron.INReferenceProvider, INTemporaryFileCreator 
    'Usage
     
    
    Dim instance As NImageResponse
    [System.Xml.Serialization.XmlInclude(Nevron.UI.WebForm.Controls.NImageResponse)]
    [System.Serializable()]
    public class NImageResponse : NResponse, Nevron.INReferenceHolder, Nevron.INReferenceProvider, INTemporaryFileCreator  
    Inheritance Hierarchy

    System.Object
       Nevron.UI.WebForm.Controls.NConfigurationNode
          Nevron.UI.WebForm.Controls.NResponse
             Nevron.UI.WebForm.Controls.NImageResponse

    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