Aspose::Pdf::DataEditor::DictionaryEditor::TryGetValue método
DictionaryEditor::TryGetValue method
Para acceder a tipos de datos simples como string, name, bool, number. Devuelve null para otros tipos.
bool Aspose::Pdf::DataEditor::DictionaryEditor::TryGetValue(const System::String &key, System::SharedPtr<ICosPdfPrimitive> &value) const override
| Parámetro | Tipo | Descripción |
|---|---|---|
| clave | const System::String& | Valor de la clave |
| value | System::SharedPtr<ICosPdfPrimitive>& | devuelve ICosPdfPrimitive para la clave o null. |
ReturnValue
Devuelve true si ICosPdfPrimitive es como string, name, bool, number. Devuelve false para todos los demás tipos.
Ver también
- Class String
- Typedef SharedPtr
- Class ICosPdfPrimitive
- Class DictionaryEditor
- Namespace Aspose::Pdf::DataEditor
- Library Aspose.PDF for C++