CGPDFObject.TryGetValue Method

Definition

Overloads

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

Parameters

value
CGPDFArray

Returns

Applies to

TryGetValue(CGPDFDictionary)

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

Parameters

Returns

Applies to

TryGetValue(CGPDFStream)

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

Parameters

value
CGPDFStream

Returns

Applies to

TryGetValue(Boolean)

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

Parameters

value
Boolean

Returns

Applies to

TryGetValue(nfloat)

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

Parameters

value
nfloat

Returns

Applies to

TryGetValue(nint)

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

Parameters

value
System.System.IntPtr System.nativeint

Returns

Applies to

TryGetValue(String)

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

Parameters

value
String

Returns

Applies to