Aspose::Pdf::CollectionItem::TryGetTextValue method
CollectionItem::TryGetTextValue method
Tries to get the text value with the specified name from the collection item.
bool Aspose::Pdf::CollectionItem::TryGetTextValue(const System::String &name, System::SharedPtr<CollectionItem::Value<System::String>> &value)
| Parameter | Type | Description |
|---|---|---|
| name | const System::String& | The name of the text value. |
| value | System::SharedPtr<CollectionItem::Value<System::String>>& | When this method returns, contains the text value associated with the specified name, if the name is found; otherwise, null. |
ReturnValue
true if the text value with the specified name is found; otherwise, false.
See Also
- Class String
- Typedef SharedPtr
- Class Value
- Class CollectionItem
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++