UserProperties.SetProperty
SetProperty(string, string)
Menetapkan nilai properti string.
public virtual object SetProperty(string key, string value)
Parameter | Jenis | Keterangan |
---|---|---|
key | String | Nama properti. |
value | String | Nilai properti. |
Nilai Pengembalian
Sebuah properti.
Lihat juga
- class UserProperties
- ruang nama Aspose.Page
- perakitan Aspose.Page
SetProperty(string, string[])
Menetapkan nilai properti larik string.
public virtual object SetProperty(string key, string[] value)
Parameter | Jenis | Keterangan |
---|---|---|
key | String | Nama properti. |
value | String[] | Nilai properti. |
Nilai Pengembalian
Sebuah properti.
Lihat juga
- class UserProperties
- ruang nama Aspose.Page
- perakitan Aspose.Page
SetProperty(Dictionary<string, object>, string, string[])
Menetapkan nilai properti larik string di tabel properti yang ditentukan.
public static object SetProperty(Dictionary<string, object> properties, string key, string[] value)
Parameter | Jenis | Keterangan |
---|---|---|
properties | Dictionary`2 | Tabel properti. |
key | String | Nama properti. |
value | String[] | Nilai properti. |
Nilai Pengembalian
Sebuah properti.
Lihat juga
- class UserProperties
- ruang nama Aspose.Page
- perakitan Aspose.Page
SetProperty(string, Color)
Menetapkan nilai properti warna.
public virtual object SetProperty(string key, Color value)
Parameter | Jenis | Keterangan |
---|---|---|
key | String | Nama properti. |
value | Color | Nilai properti. |
Nilai Pengembalian
Sebuah properti.
Lihat juga
- class UserProperties
- ruang nama Aspose.Page
- perakitan Aspose.Page
SetProperty(Dictionary<string, object>, string, Color)
Menetapkan nilai properti warna pada tabel properti yang ditentukan.
public static object SetProperty(Dictionary<string, object> properties, string key, Color value)
Parameter | Jenis | Keterangan |
---|---|---|
properties | Dictionary`2 | Tabel properti. |
key | String | Nama properti. |
value | Color | Nilai properti. |
Nilai Pengembalian
Sebuah properti.
Lihat juga
- class UserProperties
- ruang nama Aspose.Page
- perakitan Aspose.Page
SetProperty(string, Rectangle)
Menetapkan nilai properti persegi panjang.
public virtual object SetProperty(string key, Rectangle value)
Parameter | Jenis | Keterangan |
---|---|---|
key | String | Nama properti. |
value | Rectangle | Nilai properti. |
Nilai Pengembalian
Sebuah properti.
Lihat juga
- class UserProperties
- ruang nama Aspose.Page
- perakitan Aspose.Page
SetProperty(Dictionary<string, object>, string, Rectangle)
Menetapkan nilai properti persegi panjang di tabel properti yang ditentukan.
public static object SetProperty(Dictionary<string, object> properties, string key, Rectangle value)
Parameter | Jenis | Keterangan |
---|---|---|
properties | Dictionary`2 | Tabel properti. |
key | String | Nama properti. |
value | Rectangle | Nilai properti. |
Nilai Pengembalian
Sebuah properti.
Lihat juga
- class UserProperties
- ruang nama Aspose.Page
- perakitan Aspose.Page
SetProperty(string, Margins)
Menetapkan nilai properti margin.
public virtual object SetProperty(string key, Margins value)
Parameter | Jenis | Keterangan |
---|---|---|
key | String | Nama properti. |
value | Margins | Nilai properti. |
Nilai Pengembalian
Sebuah properti.
Lihat juga
- class Margins
- class UserProperties
- ruang nama Aspose.Page
- perakitan Aspose.Page
SetProperty(Dictionary<string, object>, string, Margins)
Menetapkan nilai properti margin di tabel properti yang ditentukan.
public static object SetProperty(Dictionary<string, object> properties, string key, Margins value)
Parameter | Jenis | Keterangan |
---|---|---|
properties | Dictionary`2 | Tabel properti. |
key | String | Nama properti. |
value | Margins | Nilai properti. |
Nilai Pengembalian
Sebuah properti.
Lihat juga
- class Margins
- class UserProperties
- ruang nama Aspose.Page
- perakitan Aspose.Page
SetProperty(string, Size)
Menetapkan nilai properti ukuran.
public virtual object SetProperty(string key, Size value)
Parameter | Jenis | Keterangan |
---|---|---|
key | String | Nama properti. |
value | Size | Nilai properti. |
Nilai Pengembalian
Sebuah properti.
Lihat juga
- class UserProperties
- ruang nama Aspose.Page
- perakitan Aspose.Page
SetProperty(Dictionary<string, object>, string, Size)
Menetapkan nilai properti ukuran di tabel properti yang ditentukan.
public static object SetProperty(Dictionary<string, object> properties, string key, Size value)
Parameter | Jenis | Keterangan |
---|---|---|
properties | Dictionary`2 | Tabel properti. |
key | String | Nama properti. |
value | Size | Nilai properti. |
Nilai Pengembalian
Sebuah properti.
Lihat juga
- class UserProperties
- ruang nama Aspose.Page
- perakitan Aspose.Page
SetProperty(string, int)
Menetapkan nilai properti bilangan bulat.
public virtual object SetProperty(string key, int value)
Parameter | Jenis | Keterangan |
---|---|---|
key | String | Nama properti. |
value | Int32 | Nilai properti. |
Nilai Pengembalian
Sebuah properti.
Lihat juga
- class UserProperties
- ruang nama Aspose.Page
- perakitan Aspose.Page
SetProperty(Dictionary<string, object>, string, int)
Menetapkan nilai properti integer di tabel properti yang ditentukan.
public static object SetProperty(Dictionary<string, object> properties, string key, int value)
Parameter | Jenis | Keterangan |
---|---|---|
properties | Dictionary`2 | Tabel properti. |
key | String | Nama properti. |
value | Int32 | Nilai properti. |
Nilai Pengembalian
Sebuah properti.
Lihat juga
- class UserProperties
- ruang nama Aspose.Page
- perakitan Aspose.Page
SetProperty(string, double)
Menetapkan nilai properti ganda.
public virtual object SetProperty(string key, double value)
Parameter | Jenis | Keterangan |
---|---|---|
key | String | Nama properti. |
value | Double | Nilai properti. |
Nilai Pengembalian
Sebuah properti.
Lihat juga
- class UserProperties
- ruang nama Aspose.Page
- perakitan Aspose.Page
SetProperty(Dictionary<string, object>, string, double)
Menetapkan nilai properti ganda di tabel properti yang ditentukan.
public static object SetProperty(Dictionary<string, object> properties, string key, double value)
Parameter | Jenis | Keterangan |
---|---|---|
properties | Dictionary`2 | Tabel properti. |
key | String | Nama properti. |
value | Double | Nilai properti. |
Nilai Pengembalian
Sebuah properti.
Lihat juga
- class UserProperties
- ruang nama Aspose.Page
- perakitan Aspose.Page
SetProperty(string, float)
Menetapkan nilai properti float.
public virtual object SetProperty(string key, float value)
Parameter | Jenis | Keterangan |
---|---|---|
key | String | Nama properti. |
value | Single | Nilai properti. |
Nilai Pengembalian
Sebuah properti.
Lihat juga
- class UserProperties
- ruang nama Aspose.Page
- perakitan Aspose.Page
SetProperty(Dictionary<string, object>, string, float)
Menetapkan nilai properti float di tabel properti yang ditentukan.
public static object SetProperty(Dictionary<string, object> properties, string key, float value)
Parameter | Jenis | Keterangan |
---|---|---|
properties | Dictionary`2 | Tabel properti. |
key | String | Nama properti. |
value | Single | Nilai properti. |
Nilai Pengembalian
Sebuah properti.
Lihat juga
- class UserProperties
- ruang nama Aspose.Page
- perakitan Aspose.Page
SetProperty(string, bool)
Menetapkan nilai properti boolean.
public virtual object SetProperty(string key, bool value)
Parameter | Jenis | Keterangan |
---|---|---|
key | String | Nama properti. |
value | Boolean | Nilai properti. |
Nilai Pengembalian
Sebuah properti.
Lihat juga
- class UserProperties
- ruang nama Aspose.Page
- perakitan Aspose.Page
SetProperty(Dictionary<string, object>, string, bool)
Menetapkan nilai properti boolean di tabel properti yang ditentukan.
public static object SetProperty(Dictionary<string, object> properties, string key, bool value)
Parameter | Jenis | Keterangan |
---|---|---|
properties | Dictionary`2 | Tabel properti. |
key | String | Nama properti. |
value | Boolean | Nilai properti. |
Nilai Pengembalian
Sebuah properti.
Lihat juga
- class UserProperties
- ruang nama Aspose.Page
- perakitan Aspose.Page