Table of Contents

Class OdfImageBatchUpdateResult

Namespace
OdfKit.Image
Assembly
OdfKit.dll

Reports the result of a batch image frame update. 回報批次影像框架更新作業的結果。

public sealed class OdfImageBatchUpdateResult
Inheritance
OdfImageBatchUpdateResult
Inherited Members

Constructors

OdfImageBatchUpdateResult()

public OdfImageBatchUpdateResult()

Properties

MissingNames

Gets frame names that were requested but not found. 取得要求更新但找不到的框架名稱。

public IList<string> MissingNames { get; }

Property Value

IList<string>

UpdatedCount

Gets or sets the number of updated frames. 取得或設定已更新框架數。

public int UpdatedCount { get; set; }

Property Value

int