Aspose::Page::UserProperties::GetPropertyInt metodo

UserProperties::GetPropertyInt(System::String) method

Ottiene il valore della proprietà intera.

virtual int32_t Aspose::Page::UserProperties::GetPropertyInt(System::String key)
ParametroTipoDescrizione
chiaveSystem::StringIl nome della proprietà.

ReturnValue

Valore della proprietà.

Vedi anche

UserProperties::GetPropertyInt(System::String, int32_t) method

Ottiene il valore della proprietà intera. Se la proprietà richiesta è assente, restituisce il valore predefinito fornito.

virtual int32_t Aspose::Page::UserProperties::GetPropertyInt(System::String key, int32_t defValue)
ParametroTipoDescrizione
chiaveSystem::StringIl nome della proprietà.
defValueint32_tValore predefinito della proprietà.

ReturnValue

Valore della proprietà.

Vedi anche