Share via


CGPDFObject.TryGetValue Method

Definition

Overloads

TryGetValue(CGPDFArray)

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

Parameters

value
CGPDFArray

Returns

Applies to

TryGetValue(CGPDFDictionary)

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

Parameters

Returns

Applies to

TryGetValue(CGPDFStream)

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

Parameters

value
CGPDFStream

Returns

Applies to

TryGetValue(Boolean)

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

Parameters

value
Boolean

Returns

Applies to

TryGetValue(IntPtr)

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

Parameters

value
IntPtr

nativeint

Returns

Applies to

TryGetValue(NFloat)

public bool TryGetValue(out System.Runtime.InteropServices.NFloat value);
member this.TryGetValue : NFloat -> bool

Parameters

value
NFloat

Returns

Applies to

TryGetValue(String)

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

Parameters

value
String

Returns

Applies to