Resource Base
Table of contents

VImageData

Syntax

interface VImageData {
	type: EnumImageDataType;
	data: ArrayBuffer | Blob; 
	height?: number;
	width?: number;
}

Attributes

type

The image data type. Please refer to EnumImageDataType

data

The image data. Do not destroy it.

height

The image height.

width

The image width.

Is this page helpful?

YesYes NoNo

In this article:

latest version

    • Latest version
    Change +
    © 2003–2024 Dynamsoft. All rights reserved.
    Privacy Statement / Site Map / Home / Purchase / Support