IppResolution(Int32, Int32, IppResolutionUnit) Constructor
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.
Creates a new instance of the IppResolution class with the specified values. This object represents information about a resolution
attribute as defined by the Internet Printing Protocol (IPP).
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)
Parameters
- width
-
Int32
int
The width of the resolution
attribute.
- height
-
Int32
int
The height of the resolution
attribute.
- unit
- IppResolutionUnit
The unit of the resolution
attribute.