UserProperties.GetPropertyInt
GetPropertyInt(string)
Ottiene il valore della proprietà intero.
public virtual int GetPropertyInt(string key)
Parametro | Tipo | Descrizione |
---|---|---|
key | String | Il nome della proprietà. |
Valore di ritorno
Costo dell’immobile.
Guarda anche
- class UserProperties
- spazio dei nomi Aspose.Page
- assemblea Aspose.Page
GetPropertyInt(string, int)
Ottiene il valore della proprietà intero. Se la proprietà richiesta è assente, restituisce il valore predefinito fornito.
public virtual int GetPropertyInt(string key, int def)
Parametro | Tipo | Descrizione |
---|---|---|
key | String | Il nome della proprietà. |
def | Int32 | Valore predefinito della proprietà. |
Valore di ritorno
Costo dell’immobile.
Guarda anche
- class UserProperties
- spazio dei nomi Aspose.Page
- assemblea Aspose.Page