Aspose::Page::UserProperties::SetProperty method

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

Mengatur nilai properti boolean.

virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, bool value)
ParameterTipeDeskripsi
kunciSystem::StringNama properti.
valueboolNilai properti.

ReturnValue

Sebuah properti.

Lihat Juga

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

Mengatur nilai properti double.

virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, double value)
ParameterTipeDeskripsi
kunciSystem::StringNama properti.
valuedoubleNilai properti.

ReturnValue

Sebuah properti.

Lihat Juga

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

Mengatur nilai properti float.

virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, float value)
ParameterTipeDeskripsi
kunciSystem::StringNama properti.
valuefloatNilai properti.

ReturnValue

Sebuah properti.

Lihat Juga

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

Mengatur nilai properti integer.

virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, int32_t value)
ParameterTipeDeskripsi
kunciSystem::StringNama properti.
valueint32_tNilai properti.

ReturnValue

Sebuah properti.

Lihat Juga

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

Mengatur nilai properti array string.

virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, System::ArrayPtr<System::String> value)
ParameterTipeDeskripsi
kunciSystem::StringNama properti.
valueSystem::ArrayPtr<System::String>Nilai properti.

ReturnValue

Sebuah properti.

Lihat Juga

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

Mengatur nilai properti warna.

virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, System::Drawing::Color value)
ParameterTipeDeskripsi
kunciSystem::StringNama properti.
valueSystem::Drawing::ColorNilai properti.

ReturnValue

Sebuah properti.

Lihat Juga

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

Mengatur nilai properti persegi panjang.

virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, System::Drawing::Rectangle value)
ParameterTipeDeskripsi
kunciSystem::StringNama properti.
valueSystem::Drawing::RectangleNilai properti.

ReturnValue

Sebuah properti.

Lihat Juga

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

Mengatur nilai properti ukuran.

virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, System::Drawing::Size value)
ParameterTipeDeskripsi
kunciSystem::StringNama properti.
valueSystem::Drawing::SizeNilai properti.

ReturnValue

Sebuah properti.

Lihat Juga

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

Mengatur nilai properti margin.

virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, System::SharedPtr<Margins> value)
ParameterTipeDeskripsi
kunciSystem::StringNama properti.
valueSystem::SharedPtr<Margins>Nilai properti.

ReturnValue

Sebuah properti.

Lihat Juga

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

Mengatur nilai properti matriks.

virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, System::SharedPtr<System::Drawing::Drawing2D::Matrix> value)
ParameterTipeDeskripsi
kunciSystem::StringNama properti.
valueSystem::SharedPtr<System::Drawing::Drawing2D::Matrix>Nilai properti.

ReturnValue

Sebuah properti.

Lihat Juga

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

Mengatur nilai properti string.

virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, System::String value)
ParameterTipeDeskripsi
kunciSystem::StringNama properti.
valueSystem::StringNilai properti.

ReturnValue

Sebuah properti.

Lihat Juga

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

Mengatur nilai properti boolean dalam tabel properti yang ditentukan.

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)
ParameterTipeDeskripsi
propertiSystem::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>>Tabel properti.
kunciSystem::StringNama properti.
valueboolNilai properti.

ReturnValue

Sebuah properti.

Lihat Juga

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

Mengatur nilai properti double dalam tabel properti yang ditentukan.

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)
ParameterTipeDeskripsi
propertiSystem::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>>Tabel properti.
kunciSystem::StringNama properti.
valuedoubleNilai properti.

ReturnValue

Sebuah properti.

Lihat Juga

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

Mengatur nilai properti float dalam tabel properti yang ditentukan.

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)
ParameterTipeDeskripsi
propertiSystem::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>>Tabel properti.
kunciSystem::StringNama properti.
valuefloatNilai properti.

ReturnValue

Sebuah properti.

Lihat Juga

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

Mengatur nilai properti integer dalam tabel properti yang ditentukan.

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)
ParameterTipeDeskripsi
propertiSystem::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>>Tabel properti.
kunciSystem::StringNama properti.
valueint32_tNilai properti.

ReturnValue

Sebuah properti.

Lihat Juga

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

Mengatur nilai properti array string dalam tabel properti yang ditentukan.

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)
ParameterTipeDeskripsi
propertiSystem::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>>Tabel properti.
kunciSystem::StringNama properti.
valueSystem::ArrayPtr<System::String>Nilai properti.

ReturnValue

Sebuah properti.

Lihat Juga

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

Mengatur nilai properti warna dalam tabel properti yang ditentukan.

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)
ParameterTipeDeskripsi
propertiSystem::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>>Tabel properti.
kunciSystem::StringNama properti.
valueSystem::Drawing::ColorNilai properti.

ReturnValue

Sebuah properti.

Lihat Juga

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

Mengatur nilai properti persegi panjang dalam tabel properti yang ditentukan.

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)
ParameterTipeDeskripsi
propertiSystem::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>>Tabel properti.
kunciSystem::StringNama properti.
valueSystem::Drawing::RectangleNilai properti.

ReturnValue

Sebuah properti.

Lihat Juga

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

Mengatur nilai properti ukuran dalam tabel properti yang ditentukan.

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)
ParameterTipeDeskripsi
propertiSystem::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>>Tabel properti.
kunciSystem::StringNama properti.
valueSystem::Drawing::SizeNilai properti.

ReturnValue

Sebuah properti.

Lihat Juga

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

Mengatur nilai properti margin dalam tabel properti yang ditentukan.

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)
ParameterTipeDeskripsi
propertiSystem::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>>Tabel properti.
kunciSystem::StringNama properti.
valueSystem::SharedPtr<Margins>Nilai properti.

ReturnValue

Sebuah properti.

Lihat Juga

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

Mengatur nilai properti matriks dalam tabel properti yang ditentukan.

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)
ParameterTipeDeskripsi
propertiSystem::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>>Tabel properti.
kunciSystem::StringNama properti.
valueSystem::SharedPtr<System::Drawing::Drawing2D::Matrix>Nilai properti.

ReturnValue

Sebuah properti.

Lihat Juga