共用方式為


PdfPageRenderOptions.IsIgnoringHighContrast 屬性

定義

取得或設定可攜式檔案格式 (PDF) 頁面是否使用系統的高對比顯示設定。

public:
 property bool IsIgnoringHighContrast { bool get(); void set(bool value); };
bool IsIgnoringHighContrast();

void IsIgnoringHighContrast(bool value);
public bool IsIgnoringHighContrast { get; set; }
var boolean = pdfPageRenderOptions.isIgnoringHighContrast;
pdfPageRenderOptions.isIgnoringHighContrast = boolean;
Public Property IsIgnoringHighContrast As Boolean

屬性值

Boolean

bool

False 表示使用高對比;否則為 true。

適用於