Gets or sets the profile data.

Namespace: Spire.Pdf.ColorSpace
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public byte[] ProfileData { get; set; }
Public Property ProfileData As Byte()
	Get
	Set
public:
property array<unsigned char>^ ProfileData {
	array<unsigned char>^ get ();
	void set (array<unsigned char>^ value);
}
member ProfileData : byte[] with get, set

Property Value

array<Byte>[]()[][]
The ICC profile data.

See Also