Aspose::Page::XPS::XpsMetadata::JobDeviceLanguage::JobDeviceLanguageOption::Add method

JobDeviceLanguageOption::Add method

Adds a list of IJobDeviceLanguageOptionItem instances to the options.

System::SharedPtr<JobDeviceLanguage::JobDeviceLanguageOption> Aspose::Page::XPS::XpsMetadata::JobDeviceLanguage::JobDeviceLanguageOption::Add(const System::ArrayPtr<System::SharedPtr<JobDeviceLanguage::IJobDeviceLanguageOptionItem>> &items)
ParameterTypeDescription
itemsconst System::ArrayPtr<System::SharedPtr<JobDeviceLanguage::IJobDeviceLanguageOptionItem>>&An arbitrary array of IJobDeviceLanguageOptionItem instances.

ReturnValue

This option instance.

See Also