VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.Metadata Namespace / Jpeg2000PageMetadata Class / ColorSpace Property
Syntax Requirements SeeAlso
In This Topic
    ColorSpace Property (Jpeg2000PageMetadata)
    In This Topic
    Gets the color space type of the JPEG2000 page.
    Syntax
    'Declaration
    
    <CategoryAttribute("JPEG2000")>
    <DescriptionAttribute("The color space type of the JPEG2000 page.")>
    Public ReadOnly Property ColorSpace As Vintasoft.Imaging.Codecs.ImageFiles.Jpeg2000.Jpeg2000ColorSpaceType
    
    
    [Category("JPEG2000")]
    [Description("The color space type of the JPEG2000 page.")]
    public Vintasoft.Imaging.Codecs.ImageFiles.Jpeg2000.Jpeg2000ColorSpaceType ColorSpace { get; }
    
    
    [Category("JPEG2000")]
    [Description("The color space type of the JPEG2000 page.")]
    public: __property Vintasoft.Imaging.Codecs.ImageFiles.Jpeg2000.Jpeg2000ColorSpaceType get_ColorSpace();
    
    
    
    [Category("JPEG2000")]
    [Description("The color space type of the JPEG2000 page.")]
    public:
    property Vintasoft.Imaging.Codecs.ImageFiles.Jpeg2000.Jpeg2000ColorSpaceType ColorSpace { Vintasoft.Imaging.Codecs.ImageFiles.Jpeg2000.Jpeg2000ColorSpaceType get(); }
    Requirements

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

    See Also