CGPDFObject.TryGetValue Method   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 :  -> boolParameters
- value
- CGPDFArray
Returns
Applies to
TryGetValue(CGPDFDictionary)
public bool TryGetValue(out CoreGraphics.CGPDFDictionary value);member this.TryGetValue :  -> boolParameters
- value
- CGPDFDictionary
Returns
Applies to
TryGetValue(CGPDFStream)
public bool TryGetValue(out CoreGraphics.CGPDFStream value);member this.TryGetValue :  -> boolParameters
- value
- CGPDFStream
Returns
Applies to
TryGetValue(nint)
public bool TryGetValue(out nint value);member this.TryGetValue :  -> boolParameters
- value
- System.System.IntPtr System.nativeint