Aspose::Page::UserProperties::SetProperty yöntemi.

İçindekiler
[ ]

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

Boolean özelliği değerini ayarlar.

virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, bool value)
ParameterTypeAçıklama
anahtarSystem::StringÖzelliğin adı.
değerboolÖzelliğin değeri.

ReturnValue

Bir özellik.

Ayrıca Bakınız

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

Double özelliği değerini ayarlar.

virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, double value)
ParameterTypeAçıklama
anahtarSystem::StringÖzelliğin adı.
değerdoubleÖzelliğin değeri.

ReturnValue

Bir özellik.

Ayrıca Bakınız

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

Float özelliği değerini ayarlar.

virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, float value)
ParameterTypeAçıklama
anahtarSystem::StringÖzelliğin adı.
değerfloatÖzelliğin değeri.

ReturnValue

Bir özellik.

Ayrıca Bakınız

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

Tam sayı özelliği değerini ayarlar.

virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, int32_t value)
ParameterTypeAçıklama
anahtarSystem::StringÖzelliğin adı.
değerint32_tÖzelliğin değeri.

ReturnValue

Bir özellik.

Ayrıca Bakınız

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

Dize dizisi özelliği değerini ayarlar.

virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, System::ArrayPtr<System::String> value)
ParameterTypeAçıklama
anahtarSystem::StringÖzelliğin adı.
değerSystem::ArrayPtr<System::String>Özelliğin değeri.

ReturnValue

Bir özellik.

Ayrıca Bakınız

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

Renk özelliği değerini ayarlar.

virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, System::Drawing::Color value)
ParameterTypeAçıklama
anahtarSystem::StringÖzelliğin adı.
değerSystem::Drawing::ColorÖzelliğin değeri.

ReturnValue

Bir özellik.

Ayrıca Bakınız

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

Dikdörtgen özelliği değerini ayarlar.

virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, System::Drawing::Rectangle value)
ParameterTypeAçıklama
anahtarSystem::StringÖzelliğin adı.
değerSystem::Drawing::RectangleÖzelliğin değeri.

ReturnValue

Bir özellik.

Ayrıca Bakınız

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

Boyut özelliği değerini ayarlar.

virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, System::Drawing::Size value)
ParameterTypeAçıklama
anahtarSystem::StringÖzelliğin adı.
değerSystem::Drawing::SizeÖzelliğin değeri.

ReturnValue

Bir özellik.

Ayrıca Bakınız

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

Kenar boşlukları özelliği değerini ayarlar.

virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, System::SharedPtr<Margins> value)
ParameterTypeAçıklama
anahtarSystem::StringÖzelliğin adı.
değerSystem::SharedPtr<Margins>Özelliğin değeri.

ReturnValue

Bir özellik.

Ayrıca Bakınız

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

Matris özelliği değerini ayarlar.

virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, System::SharedPtr<System::Drawing::Drawing2D::Matrix> value)
ParameterTypeAçıklama
anahtarSystem::StringÖzelliğin adı.
değerSystem::SharedPtr<System::Drawing::Drawing2D::Matrix>Özelliğin değeri.

ReturnValue

Bir özellik.

Ayrıca Bakınız

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

Dize özelliği değerini ayarlar.

virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, System::String value)
ParameterTypeAçıklama
anahtarSystem::StringÖzelliğin adı.
değerSystem::StringÖzelliğin değeri.

ReturnValue

Bir özellik.

Ayrıca Bakınız

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

Belirtilen özellikler tablosunda boolean özelliği değerini ayarlar.

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)
ParameterTypeAçıklama
özelliklerSystem::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>>Özellikler tablosu.
anahtarSystem::StringÖzelliğin adı.
değerboolÖzelliğin değeri.

ReturnValue

Bir özellik.

Ayrıca Bakınız

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

Belirtilen özellikler tablosunda double özelliği değerini ayarlar.

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)
ParameterTypeAçıklama
özelliklerSystem::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>>Özellikler tablosu.
anahtarSystem::StringÖzelliğin adı.
değerdoubleÖzelliğin değeri.

ReturnValue

Bir özellik.

Ayrıca Bakınız

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

Belirtilen özellikler tablosunda float özelliği değerini ayarlar.

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)
ParameterTypeAçıklama
özelliklerSystem::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>>Özellikler tablosu.
anahtarSystem::StringÖzelliğin adı.
değerfloatÖzelliğin değeri.

ReturnValue

Bir özellik.

Ayrıca Bakınız

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

Belirtilen özellikler tablosunda tam sayı özelliği değerini ayarlar.

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)
ParameterTypeAçıklama
özelliklerSystem::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>>Özellikler tablosu.
anahtarSystem::StringÖzelliğin adı.
değerint32_tÖzelliğin değeri.

ReturnValue

Bir özellik.

Ayrıca Bakınız

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

Belirtilen özellikler tablosunda dize dizisi özelliği değerini ayarlar.

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)
ParameterTypeAçıklama
özelliklerSystem::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>>Özellikler tablosu.
anahtarSystem::StringÖzelliğin adı.
değerSystem::ArrayPtr<System::String>Özelliğin değeri.

ReturnValue

Bir özellik.

Ayrıca Bakınız

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

Belirtilen özellikler tablosunda renk özelliği değerini ayarlar.

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)
ParameterTypeAçıklama
özelliklerSystem::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>>Özellikler tablosu.
anahtarSystem::StringÖzelliğin adı.
değerSystem::Drawing::ColorÖzelliğin değeri.

ReturnValue

Bir özellik.

Ayrıca Bakınız

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

Belirtilen özellikler tablosunda dikdörtgen özelliği değerini ayarlar.

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)
ParameterTypeAçıklama
özelliklerSystem::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>>Özellikler tablosu.
anahtarSystem::StringÖzelliğin adı.
değerSystem::Drawing::RectangleÖzelliğin değeri.

ReturnValue

Bir özellik.

Ayrıca Bakınız

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

Belirtilen özellikler tablosunda boyut özelliği değerini ayarlar.

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)
ParameterTypeAçıklama
özelliklerSystem::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>>Özellikler tablosu.
anahtarSystem::StringÖzelliğin adı.
değerSystem::Drawing::SizeÖzelliğin değeri.

ReturnValue

Bir özellik.

Ayrıca Bakınız

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

Belirtilen özellikler tablosunda kenar boşlukları özelliği değerini ayarlar.

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)
ParameterTypeAçıklama
özelliklerSystem::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>>Özellikler tablosu.
anahtarSystem::StringÖzelliğin adı.
değerSystem::SharedPtr<Margins>Özelliğin değeri.

ReturnValue

Bir özellik.

Ayrıca Bakınız

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

Belirtilen özellikler tablosunda matris özelliği değerini ayarlar.

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)
ParameterTypeAçıklama
özelliklerSystem::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>>Özellikler tablosu.
anahtarSystem::StringÖzelliğin adı.
değerSystem::SharedPtr<System::Drawing::Drawing2D::Matrix>Özelliğin değeri.

ReturnValue

Bir özellik.

Ayrıca Bakınız