Aspose::Page::XPS::XpsMetadata::PageResolution::PageResolutionOption::Add method

PageResolutionOption::Add method

Adds an array of IPageResolutionOptionItem instances to the option.

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

ReturnValue

This options instance.

See Also