Aspose::Pdf::CollectionItem::TryGetDoubleValue method

CollectionItem::TryGetDoubleValue method

Tries to get the double value for the specified name from the collection item.

bool Aspose::Pdf::CollectionItem::TryGetDoubleValue(System::String name, System::SharedPtr<CollectionItem::Value<double>> &value)
ParameterTypeDescription
nameSystem::StringThe name of the value to retrieve.
valueSystem::SharedPtr<CollectionItem::Value<double>>&When this method returns, contains the double value associated with the specified name, if the name is found; otherwise, null. This parameter is passed uninitialized.

ReturnValue

true if the value is successfully retrieved; otherwise, false.

See Also