VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Codecs.ImageFiles.Dicom Namespace / DicomOverlayImage Class / BitsAllocated Property
Синтаксис Требования Смотрите также
В этом разделе
    BitsAllocated Свойство (DicomOverlayImage)
    В этом разделе
    Возвращает количество бит на канал для наложенного изображения.
    Синтаксис
    'Declaration
    
    <DescriptionAttribute("The number of bits per channel for the overlay image.")>
    Public ReadOnly Property BitsAllocated As System.Int32
    
    
    [Description("The number of bits per channel for the overlay image.")]
    public System.Int32 BitsAllocated { get; }
    
    
    [Description("The number of bits per channel for the overlay image.")]
    public: __property System.Int32 get_BitsAllocated();
    
    
    
    [Description("The number of bits per channel for the overlay image.")]
    public:
    property System.Int32 BitsAllocated { System.Int32 get(); }
    Требования

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

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