Aspose::Page::UserProperties::GetPropertyDouble 方法

UserProperties::GetPropertyDouble(System::String) method

获取双精度属性值。

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

ReturnValue

属性值。

另见

UserProperties::GetPropertyDouble(System::String, double) method

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

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

ReturnValue

属性值。

另见