VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Metadata Namespace / GifPageMetadata Class / HasTransparentColor Property
Синтаксис Требования Смотрите также
В этом разделе
    HasTransparentColor Свойство (GifPageMetadata)
    В этом разделе
    Возвращает значение, указывающее, имеет ли эта страница прозрачный цвет.
    Синтаксис
    'Declaration
    
    <CategoryAttribute("GIF page")>
    <DescriptionAttribute("A value indicating whether this page has transparent color.")>
    Public ReadOnly Property HasTransparentColor As Boolean
    
    
    [Category("GIF page")]
    [Description("A value indicating whether this page has transparent color.")]
    public bool HasTransparentColor { get; }
    
    
    [Category("GIF page")]
    [Description("A value indicating whether this page has transparent color.")]
    public: __property bool get_HasTransparentColor();
    
    
    
    [Category("GIF page")]
    [Description("A value indicating whether this page has transparent color.")]
    public:
    property bool HasTransparentColor { bool get(); }
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также