Aspose::Page::UserProperties::SetProperty méthode

Contenu
[ ]

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

Définit la valeur de la propriété booléenne.

virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, bool value)
ParamètreTypeDescription
cléSystem::StringLe nom de la propriété.
valueboolLa valeur de la propriété.

ReturnValue

Une propriété.

Voir aussi

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

Définit la valeur de la propriété double.

virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, double value)
ParamètreTypeDescription
cléSystem::StringLe nom de la propriété.
valuedoubleLa valeur de la propriété.

ReturnValue

Une propriété.

Voir aussi

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

Définit la valeur de la propriété flottant.

virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, float value)
ParamètreTypeDescription
cléSystem::StringLe nom de la propriété.
valuefloatLa valeur de la propriété.

ReturnValue

Une propriété.

Voir aussi

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

Définit la valeur de la propriété entier.

virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, int32_t value)
ParamètreTypeDescription
cléSystem::StringLe nom de la propriété.
valueint32_tLa valeur de la propriété.

ReturnValue

Une propriété.

Voir aussi

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

Définit la valeur de la propriété tableau de chaînes.

virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, System::ArrayPtr<System::String> value)
ParamètreTypeDescription
cléSystem::StringLe nom de la propriété.
valueSystem::ArrayPtr<System::String>La valeur de la propriété.

ReturnValue

Une propriété.

Voir aussi

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

Définit la valeur de la propriété couleur.

virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, System::Drawing::Color value)
ParamètreTypeDescription
cléSystem::StringLe nom de la propriété.
valueSystem::Drawing::ColorLa valeur de la propriété.

ReturnValue

Une propriété.

Voir aussi

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

Définit la valeur de la propriété rectangle.

virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, System::Drawing::Rectangle value)
ParamètreTypeDescription
cléSystem::StringLe nom de la propriété.
valueSystem::Drawing::RectangleLa valeur de la propriété.

ReturnValue

Une propriété.

Voir aussi

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

Définit la valeur de la propriété taille.

virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, System::Drawing::Size value)
ParamètreTypeDescription
cléSystem::StringLe nom de la propriété.
valueSystem::Drawing::SizeLa valeur de la propriété.

ReturnValue

Une propriété.

Voir aussi

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

Définit la valeur de la propriété marges.

virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, System::SharedPtr<Margins> value)
ParamètreTypeDescription
cléSystem::StringLe nom de la propriété.
valueSystem::SharedPtr<Margins>La valeur de la propriété.

ReturnValue

Une propriété.

Voir aussi

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

Définit la valeur de la propriété matrice.

virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, System::SharedPtr<System::Drawing::Drawing2D::Matrix> value)
ParamètreTypeDescription
cléSystem::StringLe nom de la propriété.
valueSystem::SharedPtr<System::Drawing::Drawing2D::Matrix>La valeur de la propriété.

ReturnValue

Une propriété.

Voir aussi

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

Définit la valeur de la propriété string.

virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, System::String value)
ParamètreTypeDescription
cléSystem::StringLe nom de la propriété.
valueSystem::StringLa valeur de la propriété.

ReturnValue

Une propriété.

Voir aussi

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

Définit la valeur de la propriété booléenne dans la table de propriétés spécifiée.

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)
ParamètreTypeDescription
propriétésSystem::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>>Le tableau des propriétés.
cléSystem::StringLe nom de la propriété.
valueboolLa valeur de la propriété.

ReturnValue

Une propriété.

Voir aussi

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

Définit la valeur de la propriété double dans la table de propriétés spécifiée.

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)
ParamètreTypeDescription
propriétésSystem::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>>Le tableau des propriétés.
cléSystem::StringLe nom de la propriété.
valuedoubleLa valeur de la propriété.

ReturnValue

Une propriété.

Voir aussi

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

Définit la valeur de la propriété flottant dans la table de propriétés spécifiée.

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)
ParamètreTypeDescription
propriétésSystem::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>>Le tableau des propriétés.
cléSystem::StringLe nom de la propriété.
valuefloatLa valeur de la propriété.

ReturnValue

Une propriété.

Voir aussi

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

Définit la valeur de la propriété entier dans la table de propriétés spécifiée.

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)
ParamètreTypeDescription
propriétésSystem::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>>Le tableau des propriétés.
cléSystem::StringLe nom de la propriété.
valueint32_tLa valeur de la propriété.

ReturnValue

Une propriété.

Voir aussi

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

Définit la valeur de la propriété tableau de chaînes dans la table de propriétés spécifiée.

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)
ParamètreTypeDescription
propriétésSystem::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>>Le tableau des propriétés.
cléSystem::StringLe nom de la propriété.
valueSystem::ArrayPtr<System::String>La valeur de la propriété.

ReturnValue

Une propriété.

Voir aussi

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

Définit la valeur de la propriété couleur dans la table de propriétés spécifiée.

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)
ParamètreTypeDescription
propriétésSystem::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>>Le tableau des propriétés.
cléSystem::StringLe nom de la propriété.
valueSystem::Drawing::ColorLa valeur de la propriété.

ReturnValue

Une propriété.

Voir aussi

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

Définit la valeur de la propriété rectangle dans la table de propriétés spécifiée.

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)
ParamètreTypeDescription
propriétésSystem::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>>Le tableau des propriétés.
cléSystem::StringLe nom de la propriété.
valueSystem::Drawing::RectangleLa valeur de la propriété.

ReturnValue

Une propriété.

Voir aussi

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

Définit la valeur de la propriété taille dans la table de propriétés spécifiée.

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)
ParamètreTypeDescription
propriétésSystem::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>>Le tableau des propriétés.
cléSystem::StringLe nom de la propriété.
valueSystem::Drawing::SizeLa valeur de la propriété.

ReturnValue

Une propriété.

Voir aussi

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

Définit la valeur de la propriété marges dans la table de propriétés spécifiée.

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)
ParamètreTypeDescription
propriétésSystem::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>>Le tableau des propriétés.
cléSystem::StringLe nom de la propriété.
valueSystem::SharedPtr<Margins>La valeur de la propriété.

ReturnValue

Une propriété.

Voir aussi

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

Définit la valeur de la propriété matrice dans la table de propriétés spécifiée.

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)
ParamètreTypeDescription
propriétésSystem::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>>Le tableau des propriétés.
cléSystem::StringLe nom de la propriété.
valueSystem::SharedPtr<System::Drawing::Drawing2D::Matrix>La valeur de la propriété.

ReturnValue

Une propriété.

Voir aussi