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