VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing.Info Namespace / BorderColorInfo Class / BorderColorIndex Property
Syntax Requirements SeeAlso
In This Topic
    BorderColorIndex Property (BorderColorInfo)
    In This Topic
    Gets index of the border color if the image is a palette image.
    Syntax
    'Declaration
    
    <DescriptionAttribute("Index of the border color if the image is a palette image.")>
    <ReadOnlyAttribute(True)>
    Public ReadOnly Property BorderColorIndex As Byte
    
    
    [Description("Index of the border color if the image is a palette image.")]
    [ReadOnly(True)]
    public byte BorderColorIndex { get; }
    
    
    [Description("Index of the border color if the image is a palette image.")]
    [ReadOnly(True)]
    public: __property byte get_BorderColorIndex();
    
    
    
    [Description("Index of the border color if the image is a palette image.")]
    [ReadOnly(True)]
    public:
    property byte BorderColorIndex { byte get(); }
    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