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(System::String name, System::SharedPtr<CollectionItem::Value<int32_t>> &value)
ParameterTypeDescription
nameSystem::StringThe name of the value to retrieve.
valueSystem::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