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
| Name | Description |
|---|---|
| TryGetValue(CGPDFArray) | |
| TryGetValue(CGPDFDictionary) | |
| TryGetValue(CGPDFStream) | |
| TryGetValue(Boolean) | |
| TryGetValue(IntPtr) | |
| TryGetValue(NFloat) | |
| TryGetValue(String) |
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
- value
- CGPDFDictionary
Returns
Applies to
TryGetValue(CGPDFStream)
public bool TryGetValue(out CoreGraphics.CGPDFStream? value);
member this.TryGetValue : CGPDFStream -> bool
Parameters
- value
- CGPDFStream