DictionaryEditor.TryGetValue
Método DictionaryEditor.TryGetValue
Para acceso a tipos de datos simples como string, nombre, bool, número. Devuelve null para otros tipos.
public bool TryGetValue(string key, out ICosPdfPrimitive value)
| Parámetro | Tipo | Descripción |
|---|---|---|
| key | String | Valor de la clave |
| value | ICosPdfPrimitive& | devuelve ICosPdfPrimitive para la clave o null. |
Valor de Retorno
Devuelve true si ICosPdfPrimitive es como string, nombre, bool, número. Devuelve false para todos los otros tipos.
Véase También
- interfaz ICosPdfPrimitive
- clase DictionaryEditor
- espacio de nombres Aspose.Pdf.DataEditor
- ensamblaje Aspose.PDF