Preparing search index...
The search index is not available
IM SDK Web API 文档 — v5.1.0
IM SDK Web API 文档 — v5.1.0
platform/types
ImageInfoResult
Interface ImageInfoResult
图片基础信息。
interface
ImageInfoResult
{
width
:
number
;
height
:
number
;
mimeType
?:
string
;
fileSize
?:
number
;
isGif
?:
boolean
;
}
Index
Properties
width
height
mime
Type?
file
Size?
is
Gif?
Properties
Readonly
width
width
:
number
图片宽度,单位像素。
Readonly
height
height
:
number
图片高度,单位像素。
Optional
Readonly
mime
Type
mimeType
?:
string
图片 MIME 类型。
Optional
Readonly
file
Size
fileSize
?:
number
文件大小,单位字节。
Optional
Readonly
is
Gif
isGif
?:
boolean
是否为 GIF 图片。
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
width
height
mime
Type
file
Size
is
Gif
IM SDK Web API 文档 — v5.1.0
Loading...
图片基础信息。