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)
| Parametro | Tipo | Descrizione |
|---|---|---|
| chiave | System::String | Il nome della proprietà. |
ReturnValue
Valore della proprietà.
Vedi anche
- Class String
- Class UserProperties
- Namespace Aspose::Page
- Library Aspose.Page for C++
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)
| Parametro | Tipo | Descrizione |
|---|---|---|
| chiave | System::String | Il nome della proprietà. |
| defValue | bool | Valore predefinito della proprietà. |
ReturnValue
Valore della proprietà.
Vedi anche
- Class String
- Class UserProperties
- Namespace Aspose::Page
- Library Aspose.Page for C++