IccProfile Property (Jpeg2000Page)
Gets or sets the byte array with copy of ICC profile data.
'Declaration
Public Property IccProfile As Byte[]
public byte[] IccProfile { get; set; }
public: __property byte[] get_IccProfile();
public: __property void set_IccProfile(
byte[]*
);
public:
property byte[] IccProfile {
byte[] get();
void set(array<byte>^ );
}
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.
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