Class ImageInfo.

ImageInfo

interface ImageInfo {
    BlurHash?: null | string;
    Height?: null | number;
    ImageIndex?: null | number;
    ImageTag?: null | string;
    ImageType?: ImageType;
    Path?: null | string;
    Size?: number;
    Width?: null | number;
}

Properties

BlurHash?: null | string

Gets or sets the blurhash.

ImageInfo

Height?: null | number

Gets or sets the height.

ImageInfo

ImageIndex?: null | number

Gets or sets the index of the image.

ImageInfo

ImageTag?: null | string

Gets or sets the image tag.

ImageInfo

ImageType?: ImageType

ImageInfo

Path?: null | string

Gets or sets the path.

ImageInfo

Size?: number

Gets or sets the size.

ImageInfo

Width?: null | number

Gets or sets the width.

ImageInfo