Aspose::Page::UserProperties::IsProperty method

UserProperties::IsProperty(System::String) method

Gets boolean property value.

virtual bool Aspose::Page::UserProperties::IsProperty(System::String key)
ParameterTypeDescription
keySystem::StringThe name of property.

ReturnValue

Property value.

See Also

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

Gets boolean property value. If requested property is absent, returns provided default value.

virtual bool Aspose::Page::UserProperties::IsProperty(System::String key, bool defValue)
ParameterTypeDescription
keySystem::StringThe name of property.
defValueboolDefault value of property.

ReturnValue

Property value.

See Also