GetCustomPropertyValue
Contents
[
Hide
]GetCustomPropertyValue(string, out bool)
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
- interface IDocumentProperties
- namespace Aspose.Slides
- assembly Aspose.Slides
GetCustomPropertyValue(string, out int)
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
- interface IDocumentProperties
- namespace Aspose.Slides
- assembly Aspose.Slides
GetCustomPropertyValue(string, out DateTime)
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
- interface IDocumentProperties
- namespace Aspose.Slides
- assembly Aspose.Slides
GetCustomPropertyValue(string, out string)
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
- interface IDocumentProperties
- namespace Aspose.Slides
- assembly Aspose.Slides
GetCustomPropertyValue(string, out float)
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
- interface IDocumentProperties
- namespace Aspose.Slides
- assembly Aspose.Slides
GetCustomPropertyValue(string, out double)
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
- interface IDocumentProperties
- namespace Aspose.Slides
- assembly Aspose.Slides