CGPDFDictionary.GetInt(String, nint) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public bool GetInt (string key, out nint result);
member this.GetInt : string * -> bool
参数
-
result
-
System.System.IntPtr
System.nativeint
如果函数返回 true,则为整数。
返回
如果在字典上找到值,并将 out 参数设置为值,则为 true。 如果值为 false,则 out 参数的结果为未定义。
适用于