IppResolution(Int32, Int32, IppResolutionUnit) 构造函数

定义

使用指定值创建 IppResolution 类的新实例。 此对象表示有关 resolution Internet 打印协议 (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)

参数

width
Int32

int

属性的 resolution 宽度。

height
Int32

int

属性的高度 resolution

unit
IppResolutionUnit

属性的 resolution 单位。

适用于