Aspose::Page::XPS::XpsMetadata::Option::Option constructeur

Option::Option(const System::ArrayPtr<System::SharedPtr<IOptionItem>>&) constructor

Crée une nouvelle instance d’option PrintTicket.

Aspose::Page::XPS::XpsMetadata::Option::Option(const System::ArrayPtr<System::SharedPtr<IOptionItem>> &items)
ParamètreTypeDescription
itemsconst System::ArrayPtr<System::SharedPtr<IOptionItem>>&Un tableau arbitraire d’instances de IOptionItem. Chacune doit être une instance de ScoredProperty ou de Property.

Voir aussi

Option::Option(System::SharedPtr<Option>) constructor

Crée une instance d’option clonée.

Aspose::Page::XPS::XpsMetadata::Option::Option(System::SharedPtr<Option> option)
ParamètreTypeDescription
optionSystem::SharedPtr<Option>Une instance d’option à cloner.

Voir aussi

Option::Option(System::String, const System::ArrayPtr<System::SharedPtr<IOptionItem>>&) constructor

Crée une nouvelle instance d’option PrintTicket.

Aspose::Page::XPS::XpsMetadata::Option::Option(System::String name, const System::ArrayPtr<System::SharedPtr<IOptionItem>> &items)
ParamètreTypeDescription
nameSystem::StringUn nom d’option arbitraire.
itemsconst System::ArrayPtr<System::SharedPtr<IOptionItem>>&Un tableau arbitraire d’instances de IOptionItem. Chacune doit être une instance de ScoredProperty ou de Property.

Voir aussi