VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Metadata Namespace / JpegMetadata Class / OperationMode Property
Syntax Requirements SeeAlso
In This Topic
    OperationMode Property (JpegMetadata)
    In This Topic
    Gets the mode of coding process of the JPEG page.
    Syntax
    '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(); }
    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