'Declaration
Public Function GetAttachedThumbnail( _ ByVal ImageID As Integer _ ) As Integer
public int GetAttachedThumbnail( int ImageID )
public function GetAttachedThumbnail( ImageID: Integer ): Integer;
public function GetAttachedThumbnail( ImageID : int ) : int;
public: int GetAttachedThumbnail( int ImageID )
public: int GetAttachedThumbnail( int ImageID )
Parameters
- ImageID
- GdPicture image identifier.
Return Value
0: The image could not be created. Use the GetStat() method to determine the reason this method
failed.
Non-zero: GdPicture image identifier. The thumbnail Image. The ReleaseGdPictureImage() method must be subsequently used to release the image from the memory.