DocumentPropertiesGetCustomPropertyValue Method (String, Double) |
Gets a named double value from the custom properties.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic void GetCustomPropertyValue(
string name,
out double value
)
Public Sub GetCustomPropertyValue (
name As String,
<OutAttribute> ByRef value As Double
)
public:
virtual void GetCustomPropertyValue(
String^ name,
[OutAttribute] double% value
) sealed
abstract GetCustomPropertyValue :
name : string *
value : float byref -> unit
override GetCustomPropertyValue :
name : string *
value : float byref -> unit
Parameters
- name
- Type: SystemString
Name of the custom property to get. - value
- Type: SystemDouble
Custom property value
Implements
IDocumentPropertiesGetCustomPropertyValue(String, Double)
See Also