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 : -> bool
Parameters
- value
- CGPDFArray
Returns
Applies to
TryGetValue(CGPDFDictionary)
public bool TryGetValue (out CoreGraphics.CGPDFDictionary value);
member this.TryGetValue : -> bool
Parameters
- value
- CGPDFDictionary
Returns
Applies to
TryGetValue(CGPDFStream)
public bool TryGetValue (out CoreGraphics.CGPDFStream value);
member this.TryGetValue : -> bool
Parameters
- value
- CGPDFStream
Returns
Applies to
TryGetValue(Boolean)
TryGetValue(nfloat)
TryGetValue(nint)
public bool TryGetValue (out nint value);
member this.TryGetValue : -> bool
Parameters
- value
- System.System.IntPtr System.nativeint