Aspose::Page::XPS::XpsMetadata::Option::Option yapıcı

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

Yeni bir PrintTicket seçeneği örneği oluşturur.

Aspose::Page::XPS::XpsMetadata::Option::Option(const System::ArrayPtr<System::SharedPtr<IOptionItem>> &items)
ParameterTypeAçıklama
itemsconst System::ArrayPtr<System::SharedPtr<IOptionItem>>&Keyfi bir dizi IOptionItem örneği. Her biri bir ScoredProperty veya bir Property örneği olmalıdır.

Ayrıca Bakınız

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

Bir kopya seçenek örneği oluşturur.

Aspose::Page::XPS::XpsMetadata::Option::Option(System::SharedPtr<Option> option)
ParameterTypeAçıklama
seçenekSystem::SharedPtr<Option>Klonlanacak bir seçenek örneği.

Ayrıca Bakınız

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

Yeni bir PrintTicket seçeneği örneği oluşturur.

Aspose::Page::XPS::XpsMetadata::Option::Option(System::String name, const System::ArrayPtr<System::SharedPtr<IOptionItem>> &items)
ParameterTypeAçıklama
adSystem::StringKeyfi bir seçenek adı.
itemsconst System::ArrayPtr<System::SharedPtr<IOptionItem>>&Keyfi bir dizi IOptionItem örneği. Her biri bir ScoredProperty veya bir Property örneği olmalıdır.

Ayrıca Bakınız