Aspose::Page::UserProperties::IsProperty 方法

UserProperties::IsProperty(System::String) method

获取布尔属性值。

virtual bool Aspose::Page::UserProperties::IsProperty(System::String key)
ParameterType描述
System::String属性的名称。

ReturnValue

属性值。

另见

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

获取布尔属性值。如果请求的属性不存在,则返回提供的默认值。

virtual bool Aspose::Page::UserProperties::IsProperty(System::String key, bool defValue)
ParameterType描述
System::String属性的名称。
defValuebool属性的默认值。

ReturnValue

属性值。

另见