UserProperties.SetProperty
SetProperty(string, string)
Imposta il valore della proprietà della stringa.
public virtual object SetProperty(string key, string value)
| Parametro | Tipo | Descrizione | 
|---|---|---|
| key | String | Il nome della proprietà. | 
| value | String | Il valore della proprietà. | 
Valore di ritorno
Una proprietà.
Guarda anche
- class UserProperties
- spazio dei nomi Aspose.Page
- assemblea Aspose.Page
SetProperty(string, string[])
Imposta il valore della proprietà dell’array di stringhe.
public virtual object SetProperty(string key, string[] value)
| Parametro | Tipo | Descrizione | 
|---|---|---|
| key | String | Il nome della proprietà. | 
| value | String[] | Il valore della proprietà. | 
Valore di ritorno
Una proprietà.
Guarda anche
- class UserProperties
- spazio dei nomi Aspose.Page
- assemblea Aspose.Page
SetProperty(Dictionary<string, object>, string, string[])
Imposta il valore della proprietà dell’array di stringhe nella tabella delle proprietà specificate.
public static object SetProperty(Dictionary<string, object> properties, string key, string[] value)
| Parametro | Tipo | Descrizione | 
|---|---|---|
| properties | Dictionary`2 | La tabella delle proprietà. | 
| key | String | Il nome della proprietà. | 
| value | String[] | Il valore della proprietà. | 
Valore di ritorno
Una proprietà.
Guarda anche
- class UserProperties
- spazio dei nomi Aspose.Page
- assemblea Aspose.Page
SetProperty(string, Color)
Imposta il valore della proprietà del colore.
public virtual object SetProperty(string key, Color value)
| Parametro | Tipo | Descrizione | 
|---|---|---|
| key | String | Il nome della proprietà. | 
| value | Color | Il valore della proprietà. | 
Valore di ritorno
Una proprietà.
Guarda anche
- class UserProperties
- spazio dei nomi Aspose.Page
- assemblea Aspose.Page
SetProperty(Dictionary<string, object>, string, Color)
Imposta il valore della proprietà del colore nella tabella delle proprietà specificate.
public static object SetProperty(Dictionary<string, object> properties, string key, Color value)
| Parametro | Tipo | Descrizione | 
|---|---|---|
| properties | Dictionary`2 | La tabella delle proprietà. | 
| key | String | Il nome della proprietà. | 
| value | Color | Il valore della proprietà. | 
Valore di ritorno
Una proprietà.
Guarda anche
- class UserProperties
- spazio dei nomi Aspose.Page
- assemblea Aspose.Page
SetProperty(string, Rectangle)
Imposta il valore della proprietà del rettangolo.
public virtual object SetProperty(string key, Rectangle value)
| Parametro | Tipo | Descrizione | 
|---|---|---|
| key | String | Il nome della proprietà. | 
| value | Rectangle | Il valore della proprietà. | 
Valore di ritorno
Una proprietà.
Guarda anche
- class UserProperties
- spazio dei nomi Aspose.Page
- assemblea Aspose.Page
SetProperty(Dictionary<string, object>, string, Rectangle)
Imposta il valore della proprietà del rettangolo nella tabella delle proprietà specificate.
public static object SetProperty(Dictionary<string, object> properties, string key, Rectangle value)
| Parametro | Tipo | Descrizione | 
|---|---|---|
| properties | Dictionary`2 | La tabella delle proprietà. | 
| key | String | Il nome della proprietà. | 
| value | Rectangle | Il valore della proprietà. | 
Valore di ritorno
Una proprietà.
Guarda anche
- class UserProperties
- spazio dei nomi Aspose.Page
- assemblea Aspose.Page
SetProperty(string, Margins)
Imposta il valore della proprietà dei margini.
public virtual object SetProperty(string key, Margins value)
| Parametro | Tipo | Descrizione | 
|---|---|---|
| key | String | Il nome della proprietà. | 
| value | Margins | Il valore della proprietà. | 
Valore di ritorno
Una proprietà.
Guarda anche
- class Margins
- class UserProperties
- spazio dei nomi Aspose.Page
- assemblea Aspose.Page
SetProperty(Dictionary<string, object>, string, Margins)
Imposta il valore della proprietà dei margini nella tabella delle proprietà specificate.
public static object SetProperty(Dictionary<string, object> properties, string key, Margins value)
| Parametro | Tipo | Descrizione | 
|---|---|---|
| properties | Dictionary`2 | La tabella delle proprietà. | 
| key | String | Il nome della proprietà. | 
| value | Margins | Il valore della proprietà. | 
Valore di ritorno
Una proprietà.
Guarda anche
- class Margins
- class UserProperties
- spazio dei nomi Aspose.Page
- assemblea Aspose.Page
SetProperty(string, Size)
Imposta il valore della proprietà size.
public virtual object SetProperty(string key, Size value)
| Parametro | Tipo | Descrizione | 
|---|---|---|
| key | String | Il nome della proprietà. | 
| value | Size | Il valore della proprietà. | 
Valore di ritorno
Una proprietà.
Guarda anche
- class UserProperties
- spazio dei nomi Aspose.Page
- assemblea Aspose.Page
SetProperty(Dictionary<string, object>, string, Size)
Imposta il valore della proprietà size nella tabella delle proprietà specificate.
public static object SetProperty(Dictionary<string, object> properties, string key, Size value)
| Parametro | Tipo | Descrizione | 
|---|---|---|
| properties | Dictionary`2 | La tabella delle proprietà. | 
| key | String | Il nome della proprietà. | 
| value | Size | Il valore della proprietà. | 
Valore di ritorno
Una proprietà.
Guarda anche
- class UserProperties
- spazio dei nomi Aspose.Page
- assemblea Aspose.Page
SetProperty(string, int)
Imposta il valore della proprietà intero.
public virtual object SetProperty(string key, int value)
| Parametro | Tipo | Descrizione | 
|---|---|---|
| key | String | Il nome della proprietà. | 
| value | Int32 | Il valore della proprietà. | 
Valore di ritorno
Una proprietà.
Guarda anche
- class UserProperties
- spazio dei nomi Aspose.Page
- assemblea Aspose.Page
SetProperty(Dictionary<string, object>, string, int)
Imposta il valore della proprietà intero nella tabella delle proprietà specificate.
public static object SetProperty(Dictionary<string, object> properties, string key, int value)
| Parametro | Tipo | Descrizione | 
|---|---|---|
| properties | Dictionary`2 | La tabella delle proprietà. | 
| key | String | Il nome della proprietà. | 
| value | Int32 | Il valore della proprietà. | 
Valore di ritorno
Una proprietà.
Guarda anche
- class UserProperties
- spazio dei nomi Aspose.Page
- assemblea Aspose.Page
SetProperty(string, double)
Imposta il valore della proprietà double.
public virtual object SetProperty(string key, double value)
| Parametro | Tipo | Descrizione | 
|---|---|---|
| key | String | Il nome della proprietà. | 
| value | Double | Il valore della proprietà. | 
Valore di ritorno
Una proprietà.
Guarda anche
- class UserProperties
- spazio dei nomi Aspose.Page
- assemblea Aspose.Page
SetProperty(Dictionary<string, object>, string, double)
Imposta il valore della proprietà double nella tabella delle proprietà specificate.
public static object SetProperty(Dictionary<string, object> properties, string key, double value)
| Parametro | Tipo | Descrizione | 
|---|---|---|
| properties | Dictionary`2 | La tabella delle proprietà. | 
| key | String | Il nome della proprietà. | 
| value | Double | Il valore della proprietà. | 
Valore di ritorno
Una proprietà.
Guarda anche
- class UserProperties
- spazio dei nomi Aspose.Page
- assemblea Aspose.Page
SetProperty(string, float)
Imposta il valore della proprietà float.
public virtual object SetProperty(string key, float value)
| Parametro | Tipo | Descrizione | 
|---|---|---|
| key | String | Il nome della proprietà. | 
| value | Single | Il valore della proprietà. | 
Valore di ritorno
Una proprietà.
Guarda anche
- class UserProperties
- spazio dei nomi Aspose.Page
- assemblea Aspose.Page
SetProperty(Dictionary<string, object>, string, float)
Imposta il valore della proprietà float nella tabella delle proprietà specificate.
public static object SetProperty(Dictionary<string, object> properties, string key, float value)
| Parametro | Tipo | Descrizione | 
|---|---|---|
| properties | Dictionary`2 | La tabella delle proprietà. | 
| key | String | Il nome della proprietà. | 
| value | Single | Il valore della proprietà. | 
Valore di ritorno
Una proprietà.
Guarda anche
- class UserProperties
- spazio dei nomi Aspose.Page
- assemblea Aspose.Page
SetProperty(string, bool)
Imposta il valore della proprietà booleana.
public virtual object SetProperty(string key, bool value)
| Parametro | Tipo | Descrizione | 
|---|---|---|
| key | String | Il nome della proprietà. | 
| value | Boolean | Il valore della proprietà. | 
Valore di ritorno
Una proprietà.
Guarda anche
- class UserProperties
- spazio dei nomi Aspose.Page
- assemblea Aspose.Page
SetProperty(Dictionary<string, object>, string, bool)
Imposta il valore della proprietà booleana nella tabella delle proprietà specificate.
public static object SetProperty(Dictionary<string, object> properties, string key, bool value)
| Parametro | Tipo | Descrizione | 
|---|---|---|
| properties | Dictionary`2 | La tabella delle proprietà. | 
| key | String | Il nome della proprietà. | 
| value | Boolean | Il valore della proprietà. | 
Valore di ritorno
Una proprietà.
Guarda anche
- class UserProperties
- spazio dei nomi Aspose.Page
- assemblea Aspose.Page