Accusoft.PdfXpressSdk Namespace > ConvertOptions Class : IccProfileData Property |
Identifies local memory that expresses a well-formed ICC profile.
'Declaration Public Property IccProfileData As Byte()
'Usage Dim instance As ConvertOptions Dim value() As Byte instance.IccProfileData = value value = instance.IccProfileData
public byte[] IccProfileData {get; set;}
public: __property byte[]* get_IccProfileData(); public: __property void set_IccProfileData( byte[]* value );
public: property array<byte>^ IccProfileData { array<byte>^ get(); void set ( array<byte>^ value); }
ICC.1:1998-09, File Format for Color Profiles, International Color Consortium. http://www.color.org/ICC-1_1998-09.PDF
ICC.1A:1999-04, Addendum 2 to Spec. ICC.1:1998-09, International Color Consortium. http://www.color.org/ICC-1A_1999-04.PDF