Table of Contents

Class OdfImageInfo

Namespace
OdfKit.Image
Assembly
OdfKit.dll

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

path string

The path of the image within the ODF package. / 影像在 ODF 封裝中的路徑。

mediaType string

The media type of the image. / 影像媒體類型。

size long

The byte size of the image entry. / 影像項目的位元組大小。

Properties

MediaType

Gets the media type of the image. 取得影像媒體類型。

public string MediaType { get; }

Property Value

string

Path

Gets the path of the image within the ODF package. 取得影像在 ODF 封裝中的路徑。

public string Path { get; }

Property Value

string

Size

Gets the byte size of the image entry. 取得影像項目的位元組大小。

public long Size { get; }

Property Value

long