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