VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.ImageRendering Namespace / ImageSizeRenderingRequirement Class / ImageSize Property
Syntax Remarks Requirements SeeAlso
In This Topic
ImageSize Property (ImageSizeRenderingRequirement)
In This Topic
Gets or sets an image size, in megapixels, when image must be rendered.
Syntax
'Declaration

Public Overridable Property ImageSize As Single

public virtual float ImageSize { get; set; }

Remarks

Default size of image, in megapixels, for standard codecs:

  • BMP - 50 Megapixels
  • TIFF - 50 Megapixels
  • PNG - 50 Megapixels
  • JPEG - 50 Megapixels
  • JPEG2000 - 0.5 Megapixels


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

Requirements

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

See Also