Nevron .NET Vision
Nevron.UI.WebForm.Controls Namespace / ClientSideImageAcquisitionMode Enumeration


In This Topic
    ClientSideImageAcquisitionMode Enumeration
    In This Topic
    ClientSideImageAcquisitionMode is used to change the way a rendered is streamline to the client
    Syntax
    'Declaration
     
    
    Public Enum ClientSideImageAcquisitionMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ClientSideImageAcquisitionMode
    public enum ClientSideImageAcquisitionMode : System.Enum 
    Members
    MemberDescription
    HttpHandlerIndicates that the image will be rendered dynamically via a System.Web.IHttpHandler implementation. The image is displayed at the client (the web browser page) from an image tag with source referencing a virtual *.axd file which returns a binary image stream to the browser.
    TempFileIndicates that the image will be rendered and saved to a temporary file on the server. The image is displayed at the client (the web browser page) from an image tag with source referencing the temporary image file.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.UI.WebForm.Controls.ClientSideImageAcquisitionMode

    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