Aspose::Page::XPS::XpsMetadata::Option::Option constructor
inhoud
[
verbergen
]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)
| Parameter | Type | Beschrijving |
|---|---|---|
| items | const System::ArrayPtr<System::SharedPtr<IOptionItem>>& | Een willekeurige array van IOptionItem instanties. Elk item moet een ScoredProperty of een Property instantie zijn. |
Zie ook
- Typedef ArrayPtr
- Typedef SharedPtr
- Class IOptionItem
- Class Option
- Namespace Aspose::Page::XPS::XpsMetadata
- Library Aspose.Page for C++
Option::Option(System::SharedPtr<Option>) constructor
Maakt een gekloonde optie‑instantie.
Aspose::Page::XPS::XpsMetadata::Option::Option(System::SharedPtr<Option> option)
| Parameter | Type | Beschrijving |
|---|---|---|
| optie | System::SharedPtr<Option> | Een optie‑instantie om te klonen. |
Zie ook
- Typedef SharedPtr
- Class Option
- Class Option
- Namespace Aspose::Page::XPS::XpsMetadata
- Library Aspose.Page for C++
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)
| Parameter | Type | Beschrijving |
|---|---|---|
| name | System::String | Een willekeurige optie‑naam. |
| items | const System::ArrayPtr<System::SharedPtr<IOptionItem>>& | Een willekeurige array van IOptionItem instanties. Elk item moet een ScoredProperty of een Property instantie zijn. |
Zie ook
- Class String
- Typedef ArrayPtr
- Typedef SharedPtr
- Class IOptionItem
- Class Option
- Namespace Aspose::Page::XPS::XpsMetadata
- Library Aspose.Page for C++