Aspose::Page::XPS::XpsMetadata::PageMediaColor::PageMediaColorOption::Custom method

PageMediaColorOption::Custom method

Specifies a custom page color.

static System::SharedPtr<PageMediaColor::PageMediaColorOption> Aspose::Page::XPS::XpsMetadata::PageMediaColor::PageMediaColorOption::Custom(System::String mediaColorsRGB)
ParameterTypeDescription
mediaColorsRGBSystem::StringThe page color.

ReturnValue

The option element for a custom color.

See Also