UserProperties.GetPropertyInt
GetPropertyInt(string)
Mendapat nilai properti integer.
public virtual int GetPropertyInt(string key)
Parameter | Jenis | Keterangan |
---|---|---|
key | String | Nama properti. |
Nilai Pengembalian
Nilai properti.
Lihat juga
- class UserProperties
- ruang nama Aspose.Page
- perakitan Aspose.Page
GetPropertyInt(string, int)
Mendapat nilai properti integer. Jika properti yang diminta tidak ada, kembalikan nilai default yang diberikan.
public virtual int GetPropertyInt(string key, int def)
Parameter | Jenis | Keterangan |
---|---|---|
key | String | Nama properti. |
def | Int32 | Nilai default properti. |
Nilai Pengembalian
Nilai properti.
Lihat juga
- class UserProperties
- ruang nama Aspose.Page
- perakitan Aspose.Page