Aspose::Page::UserProperties::SetProperty method

Contents
[ ]

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

Sets boolean property value.

virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, bool value)
ParameterTypeDescription
keySystem::StringThe name of property.
valueboolThe value of property.

ReturnValue

A property.

See Also

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

Sets double property value.

virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, double value)
ParameterTypeDescription
keySystem::StringThe name of property.
valuedoubleThe value of property.

ReturnValue

A property.

See Also

UserProperties::SetProperty(System::String, float) method

Sets float property value.

virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, float value)
ParameterTypeDescription
keySystem::StringThe name of property.
valuefloatThe value of property.

ReturnValue

A property.

See Also

UserProperties::SetProperty(System::String, int32_t) method

Sets integer property value.

virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, int32_t value)
ParameterTypeDescription
keySystem::StringThe name of property.
valueint32_tThe value of property.

ReturnValue

A property.

See Also

UserProperties::SetProperty(System::String, System::ArrayPtr<System::String>) method

Sets string array property value.

virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, System::ArrayPtr<System::String> value)
ParameterTypeDescription
keySystem::StringThe name of property.
valueSystem::ArrayPtr<System::String>The value of property.

ReturnValue

A property.

See Also

UserProperties::SetProperty(System::String, System::Drawing::Color) method

Sets color property value.

virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, System::Drawing::Color value)
ParameterTypeDescription
keySystem::StringThe name of property.
valueSystem::Drawing::ColorThe value of property.

ReturnValue

A property.

See Also

UserProperties::SetProperty(System::String, System::Drawing::Rectangle) method

Sets rectangle property value.

virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, System::Drawing::Rectangle value)
ParameterTypeDescription
keySystem::StringThe name of property.
valueSystem::Drawing::RectangleThe value of property.

ReturnValue

A property.

See Also

UserProperties::SetProperty(System::String, System::Drawing::Size) method

Sets size property value.

virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, System::Drawing::Size value)
ParameterTypeDescription
keySystem::StringThe name of property.
valueSystem::Drawing::SizeThe value of property.

ReturnValue

A property.

See Also

UserProperties::SetProperty(System::String, System::SharedPtr<Margins>) method

Sets margins property value.

virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, System::SharedPtr<Margins> value)
ParameterTypeDescription
keySystem::StringThe name of property.
valueSystem::SharedPtr<Margins>The value of property.

ReturnValue

A property.

See Also

UserProperties::SetProperty(System::String, System::SharedPtr<System::Drawing::Drawing2D::Matrix>) method

Sets matrix property value.

virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, System::SharedPtr<System::Drawing::Drawing2D::Matrix> value)
ParameterTypeDescription
keySystem::StringThe name of property.
valueSystem::SharedPtr<System::Drawing::Drawing2D::Matrix>The value of property.

ReturnValue

A property.

See Also

UserProperties::SetProperty(System::String, System::String) method

Sets string property value.

virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, System::String value)
ParameterTypeDescription
keySystem::StringThe name of property.
valueSystem::StringThe value of property.

ReturnValue

A property.

See Also

UserProperties::SetProperty(System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>>, System::String, bool) method

Sets boolean property value in specified properties table.

static System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>> properties, System::String key, bool value)
ParameterTypeDescription
propertiesSystem::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>>The properties table.
keySystem::StringThe name of property.
valueboolThe value of property.

ReturnValue

A property.

See Also

UserProperties::SetProperty(System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>>, System::String, double) method

Sets double property value in specified properties table.

static System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>> properties, System::String key, double value)
ParameterTypeDescription
propertiesSystem::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>>The properties table.
keySystem::StringThe name of property.
valuedoubleThe value of property.

ReturnValue

A property.

See Also

UserProperties::SetProperty(System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>>, System::String, float) method

Sets float property value in specified properties table.

static System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>> properties, System::String key, float value)
ParameterTypeDescription
propertiesSystem::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>>The properties table.
keySystem::StringThe name of property.
valuefloatThe value of property.

ReturnValue

A property.

See Also

UserProperties::SetProperty(System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>>, System::String, int32_t) method

Sets integer property value in specified properties table.

static System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>> properties, System::String key, int32_t value)
ParameterTypeDescription
propertiesSystem::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>>The properties table.
keySystem::StringThe name of property.
valueint32_tThe value of property.

ReturnValue

A property.

See Also

UserProperties::SetProperty(System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>>, System::String, System::ArrayPtr<System::String>) method

Sets string array property value in specified properties table.

static System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>> properties, System::String key, System::ArrayPtr<System::String> value)
ParameterTypeDescription
propertiesSystem::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>>The properties table.
keySystem::StringThe name of property.
valueSystem::ArrayPtr<System::String>The value of property.

ReturnValue

A property.

See Also

UserProperties::SetProperty(System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>>, System::String, System::Drawing::Color) method

Sets color property value in specified properties table.

static System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>> properties, System::String key, System::Drawing::Color value)
ParameterTypeDescription
propertiesSystem::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>>The properties table.
keySystem::StringThe name of property.
valueSystem::Drawing::ColorThe value of property.

ReturnValue

A property.

See Also

UserProperties::SetProperty(System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>>, System::String, System::Drawing::Rectangle) method

Sets rectangle property value in specified properties table.

static System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>> properties, System::String key, System::Drawing::Rectangle value)
ParameterTypeDescription
propertiesSystem::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>>The properties table.
keySystem::StringThe name of property.
valueSystem::Drawing::RectangleThe value of property.

ReturnValue

A property.

See Also

UserProperties::SetProperty(System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>>, System::String, System::Drawing::Size) method

Sets size property value in specified properties table.

static System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>> properties, System::String key, System::Drawing::Size value)
ParameterTypeDescription
propertiesSystem::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>>The properties table.
keySystem::StringThe name of property.
valueSystem::Drawing::SizeThe value of property.

ReturnValue

A property.

See Also

UserProperties::SetProperty(System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>>, System::String, System::SharedPtr<Margins>) method

Sets margins property value in specified properties table.

static System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>> properties, System::String key, System::SharedPtr<Margins> value)
ParameterTypeDescription
propertiesSystem::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>>The properties table.
keySystem::StringThe name of property.
valueSystem::SharedPtr<Margins>The value of property.

ReturnValue

A property.

See Also

UserProperties::SetProperty(System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>>, System::String, System::SharedPtr<System::Drawing::Drawing2D::Matrix>) method

Sets matrix property value in specified properties table.

static System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>> properties, System::String key, System::SharedPtr<System::Drawing::Drawing2D::Matrix> value)
ParameterTypeDescription
propertiesSystem::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>>The properties table.
keySystem::StringThe name of property.
valueSystem::SharedPtr<System::Drawing::Drawing2D::Matrix>The value of property.

ReturnValue

A property.

See Also