DeviceGetPropertyInt Method

Gets a value of integer property.

Namespace:  Aspose.Page
Assembly:  Aspose.Page (in Aspose.Page.dll) Version: 20.1.0.0 (20.1)
Syntax
public int GetPropertyInt(
	string key
)

Parameters

key
Type: SystemString
The name of property.

Return Value

Type: Int32
The property value.
See Also