IppResolution.Height 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 la hauteur de l’attribut resolution
(tel que défini par le protocole IPP (Internet Printing Protocol) qui est représenté par l’objet IppResolution actuel.
public:
property int Height { int get(); };
int Height();
public int Height { get; }
var int32 = ippResolution.height;
Public ReadOnly Property Height As Integer
Valeur de propriété
Int32
int
Hauteur de l’attribut resolution
.