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ámetroTipoDescripción
claveconst System::String&Valor de la clave
valueSystem::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