DocumentPropertiesGetCustomPropertyValue Method (String, Int32)

Gets a named integer value from the custom properties.

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public void GetCustomPropertyValue(
	string name,
	out int value
)

Parameters

name
Type: SystemString
Name of the custom property to get
value
Type: SystemInt32
Custom property value

Implements

IDocumentPropertiesGetCustomPropertyValue(String, Int32)
See Also