IppResolution.Height 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取由当前 IppResolution 对象表示的 resolution
Internet 打印协议 (IPP) ) 定义的属性 (的高度。
public:
property int Height { int get(); };
int Height();
public int Height { get; }
var int32 = ippResolution.height;
Public ReadOnly Property Height As Integer
属性值
Int32
int
属性的高度 resolution
。