Aspose::Page::Drawing::Color::ToString method

Color::ToString method

Converts this T:Aspose::Page::Drawing::Color structure to a human-readable string.

System::String Aspose::Page::Drawing::Color::ToString() const override

ReturnValue

A string that is the name of this T:Aspose::Page::Drawing::Color, if the T:Aspose::Page::Drawing::Color is created from a predefined color by using either the M:Aspose::Page::Drawing::Color::FromName(System::String) method; otherwise, a string that consists of the ARGB component names and their values.

See Also