IppResolution Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents information about a resolution
attribute as defined by the Internet Printing Protocol (IPP) specification.
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
- Inheritance
- Attributes
Windows requirements
Device family |
Windows 11 (introduced in 10.0.22000.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v14.0)
|
Remarks
For more information about this class, see Print support app design guide.
Constructors
IppResolution(Int32, Int32, IppResolutionUnit) |
Creates a new instance of the IppResolution class with the specified values. This object represents information about a |
Properties
Height |
Gets the height of the |
Unit |
Gets the unit of the |
Width |
Gets the width of the |