DefaultWebOptions.ScreenSize 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.
Cette propriété renvoie ou définit la taille d'écran minimale optimale (largeur x hauteur, en pixels) que vous devez utiliser lors de l'affichage du document enregistré dans un navigateur Web.
public:
property Microsoft::Office::Core::MsoScreenSize ScreenSize { Microsoft::Office::Core::MsoScreenSize get(); void set(Microsoft::Office::Core::MsoScreenSize value); };
public Microsoft.Office.Core.MsoScreenSize ScreenSize { get; set; }
member this.ScreenSize : Microsoft.Office.Core.MsoScreenSize with get, set
Public Property ScreenSize As MsoScreenSize