PdfICCColorSpace
ProfileData Property
|
Gets or sets the profile data.
Namespace:
Spire.Pdf.ColorSpace
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
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
Type:
Byte
The ICC profile data.
See Also