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(const System::String &name, System::SharedPtr<CollectionItem::Value<double>> &value)
| Parameter | Type | Description |
|---|---|---|
| name | const System::String& | The name of the value to retrieve. |
| value | System::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
- Class String
- Typedef SharedPtr
- Class Value
- Class CollectionItem
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++