Class HEICImage

HEICImage class

The heic Image ofRasterCachedMultipageImage

public class HEICImage : RasterCachedMultipageImage

Constructors

NameDescription
HEICImage(Stream)Initializes a new instance of the HEICImage class.

Properties

NameDescription
override BackgroundColor { get; }Gets the color of the background.
override BitsPerPixel { get; }Gets the image bits per pixel count.
override HasAlpha { get; }Gets a value indicating whether this instance has alpha.
override HasTransparentColor { get; }Gets a value indicating whether image has transparent color.
override Height { get; }Gets the image height.
override IsCached { get; }Gets a value indicating whether image data is cached currently.
override PageCount { get; }Gets the page count.
override Pages { get; }Gets the pages, where pages are an array of Image.
override Width { get; }Gets the image width.

Methods

NameDescription
override CacheData()Caches the data private.
override Resize(int, int, ImageResizeSettings)Resizes the image.
override Resize(int, int, ResizeType)Resizes the image.
override RotateFlip(RotateFlipType)Rotates, flips, or rotates and flips all pages.
override SetPalette(IColorPalette, bool)Sets the image palette.
static Register()Register HEIC Adapter

See Also