Aspose::Page::UserProperties::IsProperty metodo

UserProperties::IsProperty(System::String) method

Ottiene il valore della proprietà booleana.

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

ReturnValue

Valore della proprietà.

Vedi anche

UserProperties::IsProperty(System::String, bool) method

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

virtual bool Aspose::Page::UserProperties::IsProperty(System::String key, bool defValue)
ParametroTipoDescrizione
chiaveSystem::StringIl nome della proprietà.
defValueboolValore predefinito della proprietà.

ReturnValue

Valore della proprietà.

Vedi anche