VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Metadata Namespace / JpegMetadata Class / McuHeight Property
Синтаксис Требования Смотрите также
В этом разделе
    McuHeight Свойство (JpegMetadata)
    В этом разделе
    Возвращает высоту MCU (минимальной кодированной единицы) страницы JPEG.
    Синтаксис
    'Declaration
    
    <DescriptionAttribute("The height of MCU (minimal coded unit) of the JPEG page.")>
    <CategoryAttribute("JPEG")>
    Public ReadOnly Property McuHeight As System.Int32
    
    
    [Description("The height of MCU (minimal coded unit) of the JPEG page.")]
    [Category("JPEG")]
    public System.Int32 McuHeight { get; }
    
    
    [Description("The height of MCU (minimal coded unit) of the JPEG page.")]
    [Category("JPEG")]
    public: __property System.Int32 get_McuHeight();
    
    
    
    [Description("The height of MCU (minimal coded unit) of the JPEG page.")]
    [Category("JPEG")]
    public:
    property System.Int32 McuHeight { System.Int32 get(); }

    Property Value

    Возможные значения: 8 и 16.
    Требования

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

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