DictionaryEditor.TryGetValue
DictionaryEditor.TryGetValue metod
För åtkomst till enkla datatyper som sträng, namn, bool, nummer. Returnerar null för andra typer.
public bool TryGetValue(string key, out ICosPdfPrimitive value)
Parameter | Typ | Beskrivning |
---|---|---|
key | Sträng | Nyckelvärde |
value | ICosPdfPrimitive& | returnerar ICosPdfPrimitive för nyckel eller null. |
Returvärde
Returnerar true om ICosPdfPrimitive
är som sträng, namn, bool, nummer. Returnerar false för alla andra typer.
Se Även
- interface ICosPdfPrimitive
- class DictionaryEditor
- namespace Aspose.Pdf.DataEditor
- assembly Aspose.PDF