VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Metadata Namespace / JpegMetadata Class / OperationMode Property
Синтаксис Требования Смотрите также
В этом разделе
    OperationMode Свойство (JpegMetadata)
    В этом разделе
    Возвращает режим процесса кодирования страницы JPEG.
    Синтаксис
    'Declaration
    
    <DescriptionAttribute("The mode of coding process of the JPEG page.")>
    <CategoryAttribute("JPEG")>
    Public ReadOnly Property OperationMode As Vintasoft.Imaging.Codecs.ImageFiles.Jpeg.JpegOperationMode
    
    
    [Description("The mode of coding process of the JPEG page.")]
    [Category("JPEG")]
    public Vintasoft.Imaging.Codecs.ImageFiles.Jpeg.JpegOperationMode OperationMode { get; }
    
    
    [Description("The mode of coding process of the JPEG page.")]
    [Category("JPEG")]
    public: __property Vintasoft.Imaging.Codecs.ImageFiles.Jpeg.JpegOperationMode get_OperationMode();
    
    
    
    [Description("The mode of coding process of the JPEG page.")]
    [Category("JPEG")]
    public:
    property Vintasoft.Imaging.Codecs.ImageFiles.Jpeg.JpegOperationMode OperationMode { Vintasoft.Imaging.Codecs.ImageFiles.Jpeg.JpegOperationMode get(); }
    Требования

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

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