DictionaryEditor.TryGetValue
DictionaryEditor.TryGetValue-Methode
Für den Zugriff auf einfache Datentypen wie string, name, bool, number. Gibt null für andere Typen zurück.
public bool TryGetValue(string key, out ICosPdfPrimitive value)
| Parameter | Typ | Beschreibung |
|---|---|---|
| key | String | Schlüsselwert |
| value | ICosPdfPrimitive& | gibt ICosPdfPrimitive für den Schlüssel oder null zurück. |
Rückgabewert
Gibt true zurück, wenn ICosPdfPrimitive wie string, name, bool, number ist. Gibt false für alle anderen Typen zurück.
Siehe auch
- Schnittstelle ICosPdfPrimitive
- Klasse DictionaryEditor
- Namespace Aspose.Pdf.DataEditor
- Assembly Aspose.PDF