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)
Syntaxpublic int GetPropertyInt(
string key
)
Public Function GetPropertyInt (
key As String
) As Integer
public:
int GetPropertyInt(
String^ key
)
member GetPropertyInt :
key : string -> int
Parameters
- key
- Type: SystemString
The name of property.
Return Value
Type:
Int32 The property value.
See Also