VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.ImageRendering Namespace / MemoryUsageRenderingRequirement Class / MemorySize Property
Syntax Remarks Requirements SeeAlso
In This Topic
    MemorySize Property (MemoryUsageRenderingRequirement)
    In This Topic
    Gets or sets an image size, in megapixels, when image must be rendered.
    Syntax
    'Declaration
    
    Public Property MemorySize As Single
    
    
    public float MemorySize { get; set; }
    
    
    public: __property float get_MemorySize();
    public: __property void set_MemorySize(
    float value
    );
    public:
    property float MemorySize { float get(); void set(float value); }
    Remarks

    Image will be rendered (loaded by parts) if memory usage is more or equal than value of this property; image will NOT be rendered (loaded as one block) if memory usage size is less than value of this property.

    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