VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Metadata Namespace / JpegMetadata Class / ColorSpace Property
Syntax Requirements SeeAlso
In This Topic
    ColorSpace Property (JpegMetadata)
    In This Topic
    Gets the color space of the JPEG page.
    Syntax
    'Declaration
    
    <DescriptionAttribute("The color space of the JPEG page.")>
    <CategoryAttribute("JPEG")>
    Public ReadOnly Property ColorSpace As Vintasoft.Imaging.Codecs.ImageFiles.Jpeg.JpegColorSpace
    
    
    [Description("The color space of the JPEG page.")]
    [Category("JPEG")]
    public Vintasoft.Imaging.Codecs.ImageFiles.Jpeg.JpegColorSpace ColorSpace { get; }
    
    
    [Description("The color space of the JPEG page.")]
    [Category("JPEG")]
    public: __property Vintasoft.Imaging.Codecs.ImageFiles.Jpeg.JpegColorSpace get_ColorSpace();
    
    
    
    [Description("The color space of the JPEG page.")]
    [Category("JPEG")]
    public:
    property Vintasoft.Imaging.Codecs.ImageFiles.Jpeg.JpegColorSpace ColorSpace { Vintasoft.Imaging.Codecs.ImageFiles.Jpeg.JpegColorSpace 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