Nevron .NET Vision
Nevron.UI.WebForm.Controls Namespace / NWebControl Class / ImageAcquisitionMode Property


In This Topic
    ImageAcquisitionMode Property
    In This Topic
    Gets / sets the client side image acquisition mode.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Misc")>
    <System.ComponentModel.DescriptionAttribute("Gets / sets the client side image acquisition mode for the image produced by the web control")>
    <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public Property ImageAcquisitionMode As ClientSideImageAcquisitionMode
    'Usage
     
    
    Dim instance As NWebControl
    Dim value As ClientSideImageAcquisitionMode
     
    instance.ImageAcquisitionMode = value
     
    value = instance.ImageAcquisitionMode
    [System.ComponentModel.Category("Misc")]
    [System.ComponentModel.Description("Gets / sets the client side image acquisition mode for the image produced by the web control")]
    [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public ClientSideImageAcquisitionMode ImageAcquisitionMode {get; set;}
    Remarks
    For details, please see the documentation on 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