VintaSoft Imaging .NET SDK 15.0: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles.Jpeg2000 Namespace / Jpeg2000Page Class / IccProfile Property
Syntax Requirements SeeAlso
In This Topic
    IccProfile Property (Jpeg2000Page)
    In This Topic
    Gets or sets the byte array with copy of ICC profile data.
    Syntax
    'Declaration
    
    Public Property IccProfile As Byte[]
    
    
    public byte[] IccProfile { get; set; }
    
    
    public: __property byte[] get_IccProfile();
    public: __property void set_IccProfile(
    byte[]* value
    );
    public:
    property byte[] IccProfile { byte[] get(); void set(array<byte>^ value); }

    Property Value

    Byte array with copy of ICC profile data if JPEG2000 page has ICC profile; null if JPEG2000 page does not have ICC profile.
    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