PdfPageRenderOptions.IsIgnoringHighContrast Eigenschaft

Definition

Ruft ab oder legt fest, ob die PDF-Seite (Portable Document Format) die Anzeigeeinstellung für hohen Kontrast des Systems verwendet.

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

Eigenschaftswert

Boolean

bool

False, um hohen Kontrast zu verwenden; andernfalls true.

Gilt für: