gflFileAddPicture

GFL SDK

gflFileAddPicture

The gflFileAddPicture function add a picture to a multi-page file.

GFL_ERROR gflFileAddPicture(
  GFL_FILE_HANDLE  handle,  
  const GFL_BITMAP * bitmap
);

Parameters

    handle
    Handle of the file.
    bitmap
    Pointer to a GFL_BITMAP structure. This is the picture to add.

Return value

    The function returns GFL_NO_ERROR if it is successful or a value of GFL_ERROR.

See also