iTextFont2::GetPropertyInfo 方法 (tom.h)

获取指定额外属性的属性类型和值。

语法

HRESULT GetPropertyInfo(
  [in]  long Index,
  [out] long *pType,
  [out] long *pValue
);

参数

[in] Index

类型: long

额外属性的集合索引。

[out] pType

类型: long*

属性 ID。

[out] pValue

类型: long*

属性值。

返回值

类型: HRESULT

如果方法成功,则返回 NOERROR。 否则,将返回 HRESULT 错误代码。

要求

要求
最低受支持的客户端 Windows 8 [仅限桌面应用]
最低受支持的服务器 Windows Server 2012 [仅限桌面应用]
目标平台 Windows
标头 tom.h
DLL Msftedit.dll

另请参阅

ITextFont2