GetCustomPropertyValue
Contents
[
Hide
]
DocumentProperties.GetCustomPropertyValue method (1 of 6)
Gets a named boolean value from the custom properties.
public void GetCustomPropertyValue(string name, out bool value)
Parameter | Type | Description |
---|---|---|
name | String | Name of the custom property to get |
value | Boolean& | Custom property value |
See Also
- class DocumentProperties
- namespace Aspose.Slides
- assembly Aspose.Slides
DocumentProperties.GetCustomPropertyValue method (2 of 6)
Gets a named integer value from the custom properties.
public void GetCustomPropertyValue(string name, out int value)
Parameter | Type | Description |
---|---|---|
name | String | Name of the custom property to get |
value | Int32& | Custom property value |
See Also
- class DocumentProperties
- namespace Aspose.Slides
- assembly Aspose.Slides
DocumentProperties.GetCustomPropertyValue method (3 of 6)
Gets a named DateTime value from the custom properties.
public void GetCustomPropertyValue(string name, out DateTime value)
Parameter | Type | Description |
---|---|---|
name | String | Name of the custom property to get |
value | DateTime& | Custom property value |
See Also
- class DocumentProperties
- namespace Aspose.Slides
- assembly Aspose.Slides
DocumentProperties.GetCustomPropertyValue method (4 of 6)
Gets a named string value from the custom properties.
public void GetCustomPropertyValue(string name, out string value)
Parameter | Type | Description |
---|---|---|
name | String | Name of the custom property to get |
value | String& | Custom property value |
See Also
- class DocumentProperties
- namespace Aspose.Slides
- assembly Aspose.Slides
DocumentProperties.GetCustomPropertyValue method (5 of 6)
Gets a named float value from the custom properties.
public void GetCustomPropertyValue(string name, out float value)
Parameter | Type | Description |
---|---|---|
name | String | Name of the custom property to get |
value | Single& | Custom property value |
See Also
- class DocumentProperties
- namespace Aspose.Slides
- assembly Aspose.Slides
DocumentProperties.GetCustomPropertyValue method (6 of 6)
Gets a named double value from the custom properties.
public void GetCustomPropertyValue(string name, out double value)
Parameter | Type | Description |
---|---|---|
name | String | Name of the custom property to get. |
value | Double& | Custom property value |
See Also
- class DocumentProperties
- namespace Aspose.Slides
- assembly Aspose.Slides