VintaSoft Imaging .NET SDK 15.1: 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

<CategoryAttribute("JPEG")>
<DescriptionAttribute("The mode of coding process of the JPEG page.")>
Public ReadOnly Property OperationMode As Vintasoft.Imaging.Codecs.ImageFiles.Jpeg.JpegOperationMode

[Category("JPEG")]
[Description("The mode of coding process of the JPEG page.")]
public Vintasoft.Imaging.Codecs.ImageFiles.Jpeg.JpegOperationMode OperationMode { get; }

Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also