Aspose::Pdf::DataEditor::CosPdfDictionary::TryGetValue metod
CosPdfDictionary::TryGetValue method
För åtkomst till enkla datatyper som string, name, bool, number. Returnerar null för andra typer.
bool Aspose::Pdf::DataEditor::CosPdfDictionary::TryGetValue(const System::String &key, System::SharedPtr<ICosPdfPrimitive> &value) const override
| Parameter | Typ | Beskrivning |
|---|---|---|
| nyckel | const System::String& | Nyckelvärde |
| value | System::SharedPtr<ICosPdfPrimitive>& | returnerar ICosPdfPrimitive för nyckeln eller null. |
ReturnValue
Returnerar true om ICosPdfPrimitive är som string, name, bool, number. Returnerar false för alla andra typer.
Se även
- Class String
- Typedef SharedPtr
- Class ICosPdfPrimitive
- Class CosPdfDictionary
- Namespace Aspose::Pdf::DataEditor
- Library Aspose.PDF for C++