Metodo Aspose::Page::UserProperties::SetProperty

Contenuti
[ ]

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

Imposta il valore della proprietà booleano.

virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, bool value)
ParametroTipoDescrizione
chiaveSystem::StringIl nome della proprietà.
valueboolIl valore della proprietà.

ReturnValue

Una proprietà.

Vedi anche

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

Imposta il valore della proprietà double.

virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, double value)
ParametroTipoDescrizione
chiaveSystem::StringIl nome della proprietà.
valuedoubleIl valore della proprietà.

ReturnValue

Una proprietà.

Vedi anche

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

Imposta il valore della proprietà float.

virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, float value)
ParametroTipoDescrizione
chiaveSystem::StringIl nome della proprietà.
valuefloatIl valore della proprietà.

ReturnValue

Una proprietà.

Vedi anche

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

Imposta il valore della proprietà intero.

virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, int32_t value)
ParametroTipoDescrizione
chiaveSystem::StringIl nome della proprietà.
valueint32_tIl valore della proprietà.

ReturnValue

Una proprietà.

Vedi anche

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

Imposta il valore della proprietà array di stringhe.

virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, System::ArrayPtr<System::String> value)
ParametroTipoDescrizione
chiaveSystem::StringIl nome della proprietà.
valueSystem::ArrayPtr<System::String>Il valore della proprietà.

ReturnValue

Una proprietà.

Vedi anche

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

Imposta il valore della proprietà colore.

virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, System::Drawing::Color value)
ParametroTipoDescrizione
chiaveSystem::StringIl nome della proprietà.
valueSystem::Drawing::ColorIl valore della proprietà.

ReturnValue

Una proprietà.

Vedi anche

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

Imposta il valore della proprietà rettangolo.

virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, System::Drawing::Rectangle value)
ParametroTipoDescrizione
chiaveSystem::StringIl nome della proprietà.
valueSystem::Drawing::RectangleIl valore della proprietà.

ReturnValue

Una proprietà.

Vedi anche

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

Imposta il valore della proprietà dimensione.

virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, System::Drawing::Size value)
ParametroTipoDescrizione
chiaveSystem::StringIl nome della proprietà.
valueSystem::Drawing::SizeIl valore della proprietà.

ReturnValue

Una proprietà.

Vedi anche

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

Imposta il valore della proprietà margini.

virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, System::SharedPtr<Margins> value)
ParametroTipoDescrizione
chiaveSystem::StringIl nome della proprietà.
valueSystem::SharedPtr<Margins>Il valore della proprietà.

ReturnValue

Una proprietà.

Vedi anche

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

Imposta il valore della proprietà matrice.

virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, System::SharedPtr<System::Drawing::Drawing2D::Matrix> value)
ParametroTipoDescrizione
chiaveSystem::StringIl nome della proprietà.
valueSystem::SharedPtr<System::Drawing::Drawing2D::Matrix>Il valore della proprietà.

ReturnValue

Una proprietà.

Vedi anche

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

Imposta il valore della proprietà stringa.

virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, System::String value)
ParametroTipoDescrizione
chiaveSystem::StringIl nome della proprietà.
valueSystem::StringIl valore della proprietà.

ReturnValue

Una proprietà.

Vedi anche

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

Imposta il valore della proprietà booleano nella tabella delle proprietà specificata.

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)
ParametroTipoDescrizione
proprietàSystem::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>>La tabella delle proprietà.
chiaveSystem::StringIl nome della proprietà.
valueboolIl valore della proprietà.

ReturnValue

Una proprietà.

Vedi anche

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

Imposta il valore della proprietà double nella tabella delle proprietà specificata.

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)
ParametroTipoDescrizione
proprietàSystem::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>>La tabella delle proprietà.
chiaveSystem::StringIl nome della proprietà.
valuedoubleIl valore della proprietà.

ReturnValue

Una proprietà.

Vedi anche

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

Imposta il valore della proprietà float nella tabella delle proprietà specificata.

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)
ParametroTipoDescrizione
proprietàSystem::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>>La tabella delle proprietà.
chiaveSystem::StringIl nome della proprietà.
valuefloatIl valore della proprietà.

ReturnValue

Una proprietà.

Vedi anche

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

Imposta il valore della proprietà intero nella tabella delle proprietà specificata.

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)
ParametroTipoDescrizione
proprietàSystem::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>>La tabella delle proprietà.
chiaveSystem::StringIl nome della proprietà.
valueint32_tIl valore della proprietà.

ReturnValue

Una proprietà.

Vedi anche

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

Imposta il valore della proprietà array di stringhe nella tabella delle proprietà specificata.

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)
ParametroTipoDescrizione
proprietàSystem::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>>La tabella delle proprietà.
chiaveSystem::StringIl nome della proprietà.
valueSystem::ArrayPtr<System::String>Il valore della proprietà.

ReturnValue

Una proprietà.

Vedi anche

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

Imposta il valore della proprietà colore nella tabella delle proprietà specificata.

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)
ParametroTipoDescrizione
proprietàSystem::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>>La tabella delle proprietà.
chiaveSystem::StringIl nome della proprietà.
valueSystem::Drawing::ColorIl valore della proprietà.

ReturnValue

Una proprietà.

Vedi anche

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

Imposta il valore della proprietà rettangolo nella tabella delle proprietà specificata.

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)
ParametroTipoDescrizione
proprietàSystem::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>>La tabella delle proprietà.
chiaveSystem::StringIl nome della proprietà.
valueSystem::Drawing::RectangleIl valore della proprietà.

ReturnValue

Una proprietà.

Vedi anche

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

Imposta il valore della proprietà dimensione nella tabella delle proprietà specificata.

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)
ParametroTipoDescrizione
proprietàSystem::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>>La tabella delle proprietà.
chiaveSystem::StringIl nome della proprietà.
valueSystem::Drawing::SizeIl valore della proprietà.

ReturnValue

Una proprietà.

Vedi anche

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

Imposta il valore della proprietà margini nella tabella delle proprietà specificata.

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)
ParametroTipoDescrizione
proprietàSystem::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>>La tabella delle proprietà.
chiaveSystem::StringIl nome della proprietà.
valueSystem::SharedPtr<Margins>Il valore della proprietà.

ReturnValue

Una proprietà.

Vedi anche

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

Imposta il valore della proprietà matrice nella tabella delle proprietà specificata.

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)
ParametroTipoDescrizione
proprietàSystem::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>>La tabella delle proprietà.
chiaveSystem::StringIl nome della proprietà.
valueSystem::SharedPtr<System::Drawing::Drawing2D::Matrix>Il valore della proprietà.

ReturnValue

Una proprietà.

Vedi anche