Class OdfImageInfo
Represents a high-level summary of the main image of an ODI document. 表示 ODI 主要影像的高階摘要。
public sealed class OdfImageInfo
- Inheritance
-
OdfImageInfo
- Inherited Members
Constructors
OdfImageInfo(string, string, long)
Represents a high-level summary of the main image of an ODI document. 表示 ODI 主要影像的高階摘要。
public OdfImageInfo(string path, string mediaType, long size)
Parameters
pathstringThe path of the image within the ODF package. / 影像在 ODF 封裝中的路徑。
mediaTypestringThe media type of the image. / 影像媒體類型。
sizelongThe byte size of the image entry. / 影像項目的位元組大小。
Properties
MediaType
Gets the media type of the image. 取得影像媒體類型。
public string MediaType { get; }
Property Value
Path
Gets the path of the image within the ODF package. 取得影像在 ODF 封裝中的路徑。
public string Path { get; }
Property Value
Size
Gets the byte size of the image entry. 取得影像項目的位元組大小。
public long Size { get; }