Aspose::Pdf::CollectionItem::TryGetIntValue method
CollectionItem::TryGetIntValue method
Tries to get the integer value for a specified name from the collection item.
bool Aspose::Pdf::CollectionItem::TryGetIntValue(const System::String &name, System::SharedPtr<CollectionItem::Value<int32_t>> &value)
| Parameter | Type | Description |
|---|---|---|
| name | const System::String& | The name of the value to retrieve. |
| value | System::SharedPtr<CollectionItem::Value<int32_t>>& | When this method returns, contains the value associated with the specified name, if the name is found; otherwise, null. |
ReturnValue
true if the value associated 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++