Condividi tramite


CGPDFObject.TryGetValue Metodo

Definizione

Overload

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

Parametri

value
CGPDFArray

Restituisce

Si applica a

TryGetValue(CGPDFDictionary)

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

Parametri

Restituisce

Si applica a

TryGetValue(CGPDFStream)

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

Parametri

value
CGPDFStream

Restituisce

Si applica a

TryGetValue(Boolean)

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

Parametri

value
Boolean

Restituisce

Si applica a

TryGetValue(nfloat)

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

Parametri

value
nfloat

Restituisce

Si applica a

TryGetValue(nint)

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

Parametri

value
System.System.IntPtr System.nativeint

Restituisce

Si applica a

TryGetValue(String)

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

Parametri

value
String

Restituisce

Si applica a