PdfPageRenderOptions.IsIgnoringHighContrast Property

Definition

Gets or sets whether the Portable Document Format (PDF) page uses the system's high contrast display setting.

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

Property Value

Boolean

bool

False to use high contrast; otherwise, true.

Applies to