PdfPageRenderOptions Classe
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.
Représente les paramètres d’affichage d’une seule page d’un document PDF (Portable Document Format), comme la couleur d’arrière-plan de la page et son type d’encodage.
public ref class PdfPageRenderOptions sealed
/// [Windows.Foundation.Metadata.Activatable(65536, Windows.Foundation.UniversalApiContract)]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class PdfPageRenderOptions final
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Activatable(65536, "Windows.Foundation.UniversalApiContract")]
class PdfPageRenderOptions final
[Windows.Foundation.Metadata.Activatable(65536, typeof(Windows.Foundation.UniversalApiContract))]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class PdfPageRenderOptions
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Activatable(65536, "Windows.Foundation.UniversalApiContract")]
public sealed class PdfPageRenderOptions
function PdfPageRenderOptions()
Public NotInheritable Class PdfPageRenderOptions
- Héritage
- Attributs
Configuration requise pour Windows
Famille d’appareils |
Windows 10 (introduit dans 10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduit dans v1.0)
|
Constructeurs
PdfPageRenderOptions() |
Crée et initialise une nouvelle instance de paramètres d’affichage pour une seule page d’un document PDF (Portable Document Format). |
Propriétés
BackgroundColor |
Obtient ou définit la couleur d’arrière-plan de la page PDF (Portable Document Format). |
BitmapEncoderId |
Obtient ou définit le type d’encodage de la page PDF (Portable Document Format) à utiliser pendant la conversion de la page en bitmap. |
DestinationHeight |
Obtient ou définit la taille finale du rendu de la page PDF (Portable Document Format) en pixels indépendants de l’appareil (DIPs). |
DestinationWidth |
Obtient ou définit la taille finale du rendu de la page PDF (Portable Document Format) en pixels indépendants de l’appareil (DIPs). |
IsIgnoringHighContrast |
Obtient ou définit si la page PDF (Portable Document Format) utilise le paramètre d’affichage à contraste élevé du système. |
SourceRect |
Obtient ou définit une partie de la page PDF (Portable Document Format) à afficher. |