UserProperties.SetProperty
SetProperty(string, string)
Définit la valeur de la propriété de chaîne.
public virtual object SetProperty(string key, string value)
Paramètre | Taper | La description |
---|---|---|
key | String | Le nom de la propriété. |
value | String | La valeur de la propriété. |
Return_Value
Une propriété.
Voir également
- class UserProperties
- espace de noms Aspose.Page
- Assemblée Aspose.Page
SetProperty(string, string[])
Définit la valeur de la propriété du tableau de chaînes.
public virtual object SetProperty(string key, string[] value)
Paramètre | Taper | La description |
---|---|---|
key | String | Le nom de la propriété. |
value | String[] | La valeur de la propriété. |
Return_Value
Une propriété.
Voir également
- class UserProperties
- espace de noms Aspose.Page
- Assemblée Aspose.Page
SetProperty(Dictionary<string, object>, string, string[])
Définit la valeur de la propriété du tableau de chaînes dans la table de propriétés spécifiée.
public static object SetProperty(Dictionary<string, object> properties, string key, string[] value)
Paramètre | Taper | La description |
---|---|---|
properties | Dictionary`2 | Le tableau des propriétés. |
key | String | Le nom de la propriété. |
value | String[] | La valeur de la propriété. |
Return_Value
Une propriété.
Voir également
- class UserProperties
- espace de noms Aspose.Page
- Assemblée Aspose.Page
SetProperty(string, Color)
Définit la valeur de la propriété de couleur.
public virtual object SetProperty(string key, Color value)
Paramètre | Taper | La description |
---|---|---|
key | String | Le nom de la propriété. |
value | Color | La valeur de la propriété. |
Return_Value
Une propriété.
Voir également
- class UserProperties
- espace de noms Aspose.Page
- Assemblée Aspose.Page
SetProperty(Dictionary<string, object>, string, Color)
Définit la valeur de la propriété de couleur dans la table de propriétés spécifiée.
public static object SetProperty(Dictionary<string, object> properties, string key, Color value)
Paramètre | Taper | La description |
---|---|---|
properties | Dictionary`2 | Le tableau des propriétés. |
key | String | Le nom de la propriété. |
value | Color | La valeur de la propriété. |
Return_Value
Une propriété.
Voir également
- class UserProperties
- espace de noms Aspose.Page
- Assemblée Aspose.Page
SetProperty(string, Rectangle)
Définit la valeur de la propriété rectangle.
public virtual object SetProperty(string key, Rectangle value)
Paramètre | Taper | La description |
---|---|---|
key | String | Le nom de la propriété. |
value | Rectangle | La valeur de la propriété. |
Return_Value
Une propriété.
Voir également
- class UserProperties
- espace de noms Aspose.Page
- Assemblée Aspose.Page
SetProperty(Dictionary<string, object>, string, Rectangle)
Définit la valeur de la propriété rectangle dans la table de propriétés spécifiée.
public static object SetProperty(Dictionary<string, object> properties, string key, Rectangle value)
Paramètre | Taper | La description |
---|---|---|
properties | Dictionary`2 | Le tableau des propriétés. |
key | String | Le nom de la propriété. |
value | Rectangle | La valeur de la propriété. |
Return_Value
Une propriété.
Voir également
- class UserProperties
- espace de noms Aspose.Page
- Assemblée Aspose.Page
SetProperty(string, Margins)
Définit la valeur de la propriété des marges.
public virtual object SetProperty(string key, Margins value)
Paramètre | Taper | La description |
---|---|---|
key | String | Le nom de la propriété. |
value | Margins | La valeur de la propriété. |
Return_Value
Une propriété.
Voir également
- class Margins
- class UserProperties
- espace de noms Aspose.Page
- Assemblée Aspose.Page
SetProperty(Dictionary<string, object>, string, Margins)
Définit la valeur de la propriété des marges dans la table de propriétés spécifiée.
public static object SetProperty(Dictionary<string, object> properties, string key, Margins value)
Paramètre | Taper | La description |
---|---|---|
properties | Dictionary`2 | Le tableau des propriétés. |
key | String | Le nom de la propriété. |
value | Margins | La valeur de la propriété. |
Return_Value
Une propriété.
Voir également
- class Margins
- class UserProperties
- espace de noms Aspose.Page
- Assemblée Aspose.Page
SetProperty(string, Size)
Définit la valeur de la propriété de taille.
public virtual object SetProperty(string key, Size value)
Paramètre | Taper | La description |
---|---|---|
key | String | Le nom de la propriété. |
value | Size | La valeur de la propriété. |
Return_Value
Une propriété.
Voir également
- class UserProperties
- espace de noms Aspose.Page
- Assemblée Aspose.Page
SetProperty(Dictionary<string, object>, string, Size)
Définit la valeur de la propriété de taille dans la table de propriétés spécifiée.
public static object SetProperty(Dictionary<string, object> properties, string key, Size value)
Paramètre | Taper | La description |
---|---|---|
properties | Dictionary`2 | Le tableau des propriétés. |
key | String | Le nom de la propriété. |
value | Size | La valeur de la propriété. |
Return_Value
Une propriété.
Voir également
- class UserProperties
- espace de noms Aspose.Page
- Assemblée Aspose.Page
SetProperty(string, int)
Définit la valeur de la propriété entière.
public virtual object SetProperty(string key, int value)
Paramètre | Taper | La description |
---|---|---|
key | String | Le nom de la propriété. |
value | Int32 | La valeur de la propriété. |
Return_Value
Une propriété.
Voir également
- class UserProperties
- espace de noms Aspose.Page
- Assemblée Aspose.Page
SetProperty(Dictionary<string, object>, string, int)
Définit la valeur de propriété entière dans la table de propriétés spécifiée.
public static object SetProperty(Dictionary<string, object> properties, string key, int value)
Paramètre | Taper | La description |
---|---|---|
properties | Dictionary`2 | Le tableau des propriétés. |
key | String | Le nom de la propriété. |
value | Int32 | La valeur de la propriété. |
Return_Value
Une propriété.
Voir également
- class UserProperties
- espace de noms Aspose.Page
- Assemblée Aspose.Page
SetProperty(string, double)
Définit la valeur de la propriété double.
public virtual object SetProperty(string key, double value)
Paramètre | Taper | La description |
---|---|---|
key | String | Le nom de la propriété. |
value | Double | La valeur de la propriété. |
Return_Value
Une propriété.
Voir également
- class UserProperties
- espace de noms Aspose.Page
- Assemblée Aspose.Page
SetProperty(Dictionary<string, object>, string, double)
Définit la valeur de propriété double dans la table de propriétés spécifiée.
public static object SetProperty(Dictionary<string, object> properties, string key, double value)
Paramètre | Taper | La description |
---|---|---|
properties | Dictionary`2 | Le tableau des propriétés. |
key | String | Le nom de la propriété. |
value | Double | La valeur de la propriété. |
Return_Value
Une propriété.
Voir également
- class UserProperties
- espace de noms Aspose.Page
- Assemblée Aspose.Page
SetProperty(string, float)
Définit la valeur de la propriété float.
public virtual object SetProperty(string key, float value)
Paramètre | Taper | La description |
---|---|---|
key | String | Le nom de la propriété. |
value | Single | La valeur de la propriété. |
Return_Value
Une propriété.
Voir également
- class UserProperties
- espace de noms Aspose.Page
- Assemblée Aspose.Page
SetProperty(Dictionary<string, object>, string, float)
Définit la valeur de la propriété flottante dans la table de propriétés spécifiée.
public static object SetProperty(Dictionary<string, object> properties, string key, float value)
Paramètre | Taper | La description |
---|---|---|
properties | Dictionary`2 | Le tableau des propriétés. |
key | String | Le nom de la propriété. |
value | Single | La valeur de la propriété. |
Return_Value
Une propriété.
Voir également
- class UserProperties
- espace de noms Aspose.Page
- Assemblée Aspose.Page
SetProperty(string, bool)
Définit la valeur de la propriété booléenne.
public virtual object SetProperty(string key, bool value)
Paramètre | Taper | La description |
---|---|---|
key | String | Le nom de la propriété. |
value | Boolean | La valeur de la propriété. |
Return_Value
Une propriété.
Voir également
- class UserProperties
- espace de noms Aspose.Page
- Assemblée Aspose.Page
SetProperty(Dictionary<string, object>, string, bool)
Définit la valeur de propriété booléenne dans la table de propriétés spécifiée.
public static object SetProperty(Dictionary<string, object> properties, string key, bool value)
Paramètre | Taper | La description |
---|---|---|
properties | Dictionary`2 | Le tableau des propriétés. |
key | String | Le nom de la propriété. |
value | Boolean | La valeur de la propriété. |
Return_Value
Une propriété.
Voir également
- class UserProperties
- espace de noms Aspose.Page
- Assemblée Aspose.Page