SvgOptionsColorType Property |
Gets or sets the color type for SVG image.
Namespace:
Aspose.CAD.ImageOptions
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic SvgColorMode ColorType { get; set; }
Public Property ColorType As SvgColorMode
Get
Set
public:
property SvgColorMode ColorType {
SvgColorMode get ();
void set (SvgColorMode value);
}
member ColorType : SvgColorMode with get, set
Property Value
Type:
SvgColorMode
The type of the color of SVG image.
See Also