VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles.Gif Namespace / GifPage Class / TransparentColorIndex Property
Syntax Exceptions Requirements SeeAlso
In This Topic
    TransparentColorIndex Property (GifPage)
    In This Topic
    Gets or sets a transparent color index in FramePalette.
    Syntax
    'Declaration
    
    Public Property TransparentColorIndex As Byte
    
    
    public byte TransparentColorIndex { get; set; }
    
    
    public: __property byte get_TransparentColorIndex();
    public: __property void set_TransparentColorIndex(
    byte value
    );
    public:
    property byte TransparentColorIndex { byte get(); void set(byte value); }
    Exceptions
    ExceptionDescription
    Thrown if new value is greater than FramePaletteColorsCount.
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also