Aspose::Page::UserProperties::GetPropertyInt méthode

UserProperties::GetPropertyInt(System::String) method

Obtient la valeur de la propriété integer.

virtual int32_t Aspose::Page::UserProperties::GetPropertyInt(System::String key)
ParamètreTypeDescription
cléSystem::StringLe nom de la propriété.

ReturnValue

Valeur de la propriété.

Voir aussi

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

Obtient la valeur de la propriété integer. Si la propriété demandée est absente, renvoie la valeur par défaut fournie.

virtual int32_t Aspose::Page::UserProperties::GetPropertyInt(System::String key, int32_t defValue)
ParamètreTypeDescription
cléSystem::StringLe nom de la propriété.
defValueint32_tValeur par défaut de la propriété.

ReturnValue

Valeur de la propriété.

Voir aussi