IDocumentPropertiesGetCustomPropertyValue Method (String, Int32) |
Gets a named integer value from the custom properties.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 22.4.0.0 (22.4)
Syntaxvoid GetCustomPropertyValue(
string name,
out int value
)
Sub GetCustomPropertyValue (
name As String,
<OutAttribute> ByRef value As Integer
)
void GetCustomPropertyValue(
String^ name,
[OutAttribute] int% value
)
abstract GetCustomPropertyValue :
name : string *
value : int byref -> unit
Parameters
- name
- Type: SystemString
Name of the custom property to get - value
- Type: SystemInt32
Custom property value
See Also