PdfICCColorSpace
GetProfileData Method
|
Set the Color Profile.
Namespace:
Spire.Pdf.ColorSpace
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public byte[] GetProfileData()
Public Function GetProfileData As Byte()
public:
array<unsigned char>^ GetProfileData()
member GetProfileData : unit -> byte[]
Return Value
Type:
Byte
ICC profile data.
See Also