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
)
Public Sub GetCustomPropertyValue (
name As String,
<OutAttribute> ByRef value As Integer
)
public:
virtual void GetCustomPropertyValue(
String^ name,
[OutAttribute] int% value
) sealed
abstract GetCustomPropertyValue :
name : string *
value : int byref -> unit
override GetCustomPropertyValue :
name : string *
value : int byref -> unit
Parameters
- name
- Type: SystemString
Name of the custom property to get - value
- Type: SystemInt32
Custom property value
Implements
IDocumentPropertiesGetCustomPropertyValue(String, Int32)See Also