GdPicture image identifier.





In This Topic
GdPicture14 Namespace / GdPictureImaging Class / ICCExportToByteArray Method

ICCExportToByteArray Method (GdPictureImaging)

In This Topic
Exports the ICC profile of a GdPicture image to an array of bytes.
Syntax
'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.
Remarks
Use the GetStat() method to determine if the method succeeded.

This method requires the Image Documents component to run.

This method requires the Image Documents component to run.

See Also