Class OdfImageInspectionOptions
Configures practical image inspection. 設定實務圖片檢查行為。
public sealed class OdfImageInspectionOptions
- Inheritance
-
OdfImageInspectionOptions
- Inherited Members
Constructors
OdfImageInspectionOptions()
public OdfImageInspectionOptions()
Properties
LargeImageThresholdBytes
Gets or sets the byte size that marks an image as large. 取得或設定判定圖片過大的位元組大小。
public long LargeImageThresholdBytes { get; set; }
Property Value
ReportMissingAltText
Gets or sets whether missing alternative text should be reported. 取得或設定是否回報缺少替代文字。
public bool ReportMissingAltText { get; set; }