VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.UI Namespace / ImageViewer Class / MinImageSizeWhenZoomBufferUsed Property
Syntax Remarks Requirements SeeAlso
In This Topic
    MinImageSizeWhenZoomBufferUsed Property (ImageViewer)
    In This Topic
    Gets or sets the minimum size, in megapixels, of image when the zoom buffer is used.
    Syntax
    'Declaration
    
    <CategoryAttribute("VintaSoft")>
    <DefaultValueAttribute(0)>
    <DescriptionAttribute("The minimum size, in megapixels, of image when the zoom buffer is used.")>
    Public Property MinImageSizeWhenZoomBufferUsed As Single
    
    
    [Category("VintaSoft")]
    [DefaultValue(0)]
    [Description("The minimum size, in megapixels, of image when the zoom buffer is used.")]
    public float MinImageSizeWhenZoomBufferUsed { get; set; }
    
    
    [Category("VintaSoft")]
    [DefaultValue(0)]
    [Description("The minimum size, in megapixels, of image when the zoom buffer is used.")]
    public: __property float get_MinImageSizeWhenZoomBufferUsed();
    public: __property void set_MinImageSizeWhenZoomBufferUsed(
    float value
    );
    [Category("VintaSoft")]
    [DefaultValue(0)]
    [Description("The minimum size, in megapixels, of image when the zoom buffer is used.")]
    public:
    property float MinImageSizeWhenZoomBufferUsed { float get(); void set(float value); }

    Property Value

    Default value is 0 Megapixels.
    Remarks

    Zoom buffer stores an entire image in the current scale.

    Usage of the zoom buffer allows to increase the preview speed of images of average size (0.1-20 Megapixels).

    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also