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