Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / GcGifWriter Class / AllowAddingTransparentColor Property

In This Topic
    AllowAddingTransparentColor Property
    In This Topic
    Gets or sets a value indicating if a transparent color should be added to the Global and Local Color Tables, if the number of opaque colors is less than 256.
    Syntax
    'Declaration
     
    Public Property AllowAddingTransparentColor As System.Boolean
    public System.bool AllowAddingTransparentColor {get; set;}
    See Also