GifImageHasTransparentColor Property |
Gets a value indicating whether active frame has transparent color.
Namespace: Aspose.Imaging.FileFormats.GifAssembly: Aspose.Imaging (in Aspose.Imaging.dll) Version: 21.04
Syntaxpublic override bool HasTransparentColor { get; set; }
Public Overrides Property HasTransparentColor As Boolean
Get
Set
public:
virtual property bool HasTransparentColor {
bool get () override;
void set (bool value) override;
}
abstract HasTransparentColor : bool with get, set
override HasTransparentColor : bool with get, set
Property Value
Type:
Boolean
See Also