VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Metadata Namespace / JpegApplicationSegmentMetadata Class / MarkerCode Property
Syntax Requirements SeeAlso
In This Topic
    MarkerCode Property (JpegApplicationSegmentMetadata)
    In This Topic
    Gets a marker code of application segment.
    Syntax
    'Declaration
    
    <CategoryAttribute("Application segment")>
    <DescriptionAttribute("A marker code of application segment.")>
    Public ReadOnly Property MarkerCode As Vintasoft.Imaging.Codecs.ImageFiles.Jpeg.ApplicationMarkerCode
    
    
    [Category("Application segment")]
    [Description("A marker code of application segment.")]
    public Vintasoft.Imaging.Codecs.ImageFiles.Jpeg.ApplicationMarkerCode MarkerCode { get; }
    
    
    [Category("Application segment")]
    [Description("A marker code of application segment.")]
    public: __property Vintasoft.Imaging.Codecs.ImageFiles.Jpeg.ApplicationMarkerCode get_MarkerCode();
    
    
    
    [Category("Application segment")]
    [Description("A marker code of application segment.")]
    public:
    property Vintasoft.Imaging.Codecs.ImageFiles.Jpeg.ApplicationMarkerCode MarkerCode { Vintasoft.Imaging.Codecs.ImageFiles.Jpeg.ApplicationMarkerCode 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