DocumentPropertiesGetCustomPropertyValue Method (String, Single) |
Gets a named float 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 float value
)
Public Sub GetCustomPropertyValue (
name As String,
<OutAttribute> ByRef value As Single
)
public:
virtual void GetCustomPropertyValue(
String^ name,
[OutAttribute] float% value
) sealed
abstract GetCustomPropertyValue :
name : string *
value : float32 byref -> unit
override GetCustomPropertyValue :
name : string *
value : float32 byref -> unit
Parameters
- name
- Type: SystemString
Name of the custom property to get - value
- Type: SystemSingle
Custom property value
Implements
IDocumentPropertiesGetCustomPropertyValue(String, Single)
See Also