DocumentPropertiesSetCustomPropertyValue Method (String, Single) |
Sets a named float custom property.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic void SetCustomPropertyValue(
string name,
float value
)
Public Sub SetCustomPropertyValue (
name As String,
value As Single
)
public:
virtual void SetCustomPropertyValue(
String^ name,
float value
) sealed
abstract SetCustomPropertyValue :
name : string *
value : float32 -> unit
override SetCustomPropertyValue :
name : string *
value : float32 -> unit
Parameters
- name
- Type: SystemString
Name of the custom property to set - value
- Type: SystemSingle
Custom property value
Implements
IDocumentPropertiesSetCustomPropertyValue(String, Single)
See Also