PdfPageRenderOptions.IsIgnoringHighContrast 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定可攜式檔案格式 (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。