DocumentPropertiesSetCustomPropertyValue Method (String, Boolean) |
Sets a named boolean 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,
bool value
)
Public Sub SetCustomPropertyValue (
name As String,
value As Boolean
)
public:
virtual void SetCustomPropertyValue(
String^ name,
bool value
) sealed
abstract SetCustomPropertyValue :
name : string *
value : bool -> unit
override SetCustomPropertyValue :
name : string *
value : bool -> unit
Parameters
- name
- Type: SystemString
Name of the custom property to set - value
- Type: SystemBoolean
Custom property value
Implements
IDocumentPropertiesSetCustomPropertyValue(String, Boolean)See Also