Aspose::Page::XPS::XpsMetadata::Option::Option constructor

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

Maakt een nieuwe PrintTicket optie‑instantie.

Aspose::Page::XPS::XpsMetadata::Option::Option(const System::ArrayPtr<System::SharedPtr<IOptionItem>> &items)
ParameterTypeBeschrijving
itemsconst System::ArrayPtr<System::SharedPtr<IOptionItem>>&Een willekeurige array van IOptionItem instanties. Elk item moet een ScoredProperty of een Property instantie zijn.

Zie ook

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

Maakt een gekloonde optie‑instantie.

Aspose::Page::XPS::XpsMetadata::Option::Option(System::SharedPtr<Option> option)
ParameterTypeBeschrijving
optieSystem::SharedPtr<Option>Een optie‑instantie om te klonen.

Zie ook

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

Maakt een nieuwe PrintTicket optie‑instantie.

Aspose::Page::XPS::XpsMetadata::Option::Option(System::String name, const System::ArrayPtr<System::SharedPtr<IOptionItem>> &items)
ParameterTypeBeschrijving
nameSystem::StringEen willekeurige optie‑naam.
itemsconst System::ArrayPtr<System::SharedPtr<IOptionItem>>&Een willekeurige array van IOptionItem instanties. Elk item moet een ScoredProperty of een Property instantie zijn.

Zie ook