VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.ImageProcessing.Info Namespace / GetBackgroundColorCommandResult Class / BackgroundColorIndex Property
Синтаксис Требования Смотрите также
В этом разделе
    BackgroundColorIndex Свойство (GetBackgroundColorCommandResult)
    В этом разделе
    Возвращает индекс цвета фона, если изображение является палитровым изображением.
    Синтаксис
    'Declaration
    
    <ReadOnlyAttribute(True)>
    <DescriptionAttribute("Index of the background color if the image is a palette image.")>
    Public ReadOnly Property BackgroundColorIndex As Byte
    
    
    [ReadOnly(True)]
    [Description("Index of the background color if the image is a palette image.")]
    public byte BackgroundColorIndex { get; }
    
    
    [ReadOnly(True)]
    [Description("Index of the background color if the image is a palette image.")]
    public: __property byte get_BackgroundColorIndex();
    
    
    
    [ReadOnly(True)]
    [Description("Index of the background color if the image is a palette image.")]
    public:
    property byte BackgroundColorIndex { byte get(); }
    Требования

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

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