ImageGear .NET v25.2 - Updated
ImageGear.Core Assembly / ImageGear.Display Namespace / IImGearLayout Interface / UseImageResolution Property




In This Topic
    UseImageResolution Property
    In This Topic
    Gets or sets a value indicating whether or not the image resolution attribute affects displaying.
    Syntax
    'Declaration
     
    Property UseImageResolution As Boolean
    'Usage
     
    Dim instance As IImGearLayout
    Dim value As Boolean
     
    instance.UseImageResolution = value
     
    value = instance.UseImageResolution
    bool UseImageResolution {get; set;}
    __property bool get_UseImageResolution();
    __property void set_UseImageResolution( 
       bool value
    );
    property bool UseImageResolution {
       bool get();
       void set (    bool value);
    }

    Property Value

    Boolean value.
    See Also