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