Nevron .NET Vision
Nevron.UI.WebForm.Controls Namespace / NImageResponse Class / ImageFormat Property


In This Topic
    ImageFormat Property (NImageResponse)
    In This Topic
    The image format used to generate the image.
    Syntax
    'Declaration
     
    
    Public Property ImageFormat As NImageFormat
    'Usage
     
    
    Dim instance As NImageResponse
    Dim value As NImageFormat
     
    instance.ImageFormat = value
     
    value = instance.ImageFormat
    public NImageFormat ImageFormat {get; set;}
    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