PdfPageRenderOptions.IsIgnoringHighContrast Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit si la page PDF (Portable Document Format) utilise le paramètre d’affichage à contraste élevé du système.
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
Valeur de propriété
Boolean
bool
False pour utiliser un contraste élevé ; sinon, true.