Freigeben über


IppResolution(Int32, Int32, IppResolutionUnit) Konstruktor

Definition

Erstellt eine neue instance der IppResolution-Klasse mit den angegebenen Werten. Dieses Objekt stellt Informationen zu einem resolution Attribut dar, wie durch das Internet Printing Protocol (IPP) definiert.

public:
 IppResolution(int width, int height, IppResolutionUnit unit);
 IppResolution(int const& width, int const& height, IppResolutionUnit const& unit);
public IppResolution(int width, int height, IppResolutionUnit unit);
function IppResolution(width, height, unit)
Public Sub New (width As Integer, height As Integer, unit As IppResolutionUnit)

Parameter

width
Int32

int

Die Breite des Attributs resolution .

height
Int32

int

Die Höhe des Attributs resolution .

unit
IppResolutionUnit

Die Einheit des Attributs resolution .

Gilt für: