Page.Width 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.
Renvoie la largeur en points (72 points = 1 pouce) du format de papier spécifié dans la boîte de dialogue Mise en page ou via l’objet PageSetup .
public:
property int Width { int get(); };
public int Width { get; }
member this.Width : int
Public ReadOnly Property Width As Integer
Valeur de propriété
Remarques
Par exemple, pour une page de pouce 8 1/2 x 27,94 en mode portrait, la propriété Height renvoie 792 et la propriété Width renvoie 612.