Table of Contents

Class OdfImageInspectionReport

Namespace
OdfKit.Image
Assembly
OdfKit.dll

Reports practical image inspection results. 回報實務圖片檢查結果。

public sealed class OdfImageInspectionReport
Inheritance
OdfImageInspectionReport
Inherited Members

Constructors

OdfImageInspectionReport()

public OdfImageInspectionReport()

Properties

IsPortable

Gets a value indicating whether no issues were found. 取得是否未發現任何問題。

public bool IsPortable { get; }

Property Value

bool

Issues

Gets the inspection issues. 取得檢查問題清單。

public IList<OdfImageInspectionIssue> Issues { get; }

Property Value

IList<OdfImageInspectionIssue>