ICCExportToByteArray Method (GdPictureImaging)
Exports the ICC profile of a GdPicture image to an array of bytes.
public byte[] ICCExportToByteArray(
int
)
public function ICCExportToByteArray(
: Integer
): array of Byte;
public function ICCExportToByteArray(
: int
) : byte[];
public: byte[]* ICCExportToByteArray(
int
)
public:
array<byte>^ ICCExportToByteArray(
int
)
'Declaration
Public Function ICCExportToByteArray( _
ByVal As Integer _
) As Byte()
Parameters
- ImageID
- GdPicture image identifier.
Return Value
A byte array containing the attached profile, if any.