Freigeben über


IppResolution Klasse

Definition

Stellt Informationen zu einem resolution Attribut gemäß der IPP-Spezifikation (Internet Printing Protocol) dar.

public ref class IppResolution sealed
/// [Windows.Foundation.Metadata.Activatable(Windows.Devices.Printers.IIppResolutionFactory, 851968, "Windows.Foundation.UniversalApiContract")]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 851968)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class IppResolution final
[Windows.Foundation.Metadata.Activatable(typeof(Windows.Devices.Printers.IIppResolutionFactory), 851968, "Windows.Foundation.UniversalApiContract")]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 851968)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class IppResolution
function IppResolution(width, height, unit)
Public NotInheritable Class IppResolution
Vererbung
Object Platform::Object IInspectable IppResolution
Attribute

Windows-Anforderungen

Gerätefamilie
Windows 11 (eingeführt in 10.0.22000.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v14.0)

Hinweise

Weitere Informationen zu dieser Klasse finden Sie im Handbuch zum Erstellen von Druckunterstützungs-Apps.

Konstruktoren

IppResolution(Int32, Int32, IppResolutionUnit)

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.

Eigenschaften

Height

Ruft die Höhe des resolution Attributs (wie durch das Internet Printing Protocol (IPP) definiert) ab, das durch das aktuelle IppResolution-Objekt dargestellt wird.

Unit

Ruft die Einheit des resolution Attributs (wie durch das Internet Printing Protocol (IPP) definiert) ab, das durch das aktuelle IppResolution-Objekt dargestellt wird.

Width

Ruft die Breite des resolution Attributs (wie durch das Internet Printing Protocol (IPP) definiert) ab, das durch das aktuelle IppResolution-Objekt dargestellt wird.

Gilt für:

Weitere Informationen