Share via


CGPDFObject.TryGetValue 方法

定义

重载

TryGetValue(CGPDFArray)
TryGetValue(CGPDFDictionary)
TryGetValue(CGPDFStream)
TryGetValue(Boolean)
TryGetValue(nfloat)
TryGetValue(nint)
TryGetValue(String)

TryGetValue(CGPDFArray)

public bool TryGetValue (out CoreGraphics.CGPDFArray value);
member this.TryGetValue :  -> bool

参数

value
CGPDFArray

返回

适用于

TryGetValue(CGPDFDictionary)

public bool TryGetValue (out CoreGraphics.CGPDFDictionary value);
member this.TryGetValue :  -> bool

参数

返回

适用于

TryGetValue(CGPDFStream)

public bool TryGetValue (out CoreGraphics.CGPDFStream value);
member this.TryGetValue :  -> bool

参数

value
CGPDFStream

返回

适用于

TryGetValue(Boolean)

public bool TryGetValue (out bool value);
member this.TryGetValue :  -> bool

参数

value
Boolean

返回

适用于

TryGetValue(nfloat)

public bool TryGetValue (out nfloat value);
member this.TryGetValue :  -> bool

参数

value
nfloat

返回

适用于

TryGetValue(nint)

public bool TryGetValue (out nint value);
member this.TryGetValue :  -> bool

参数

value
System.System.IntPtr System.nativeint

返回

适用于

TryGetValue(String)

public bool TryGetValue (out string value);
member this.TryGetValue :  -> bool

参数

value
String

返回

适用于