ImageGear for C and C++ on Windows v19.9 - Updated
IG_ARTX_page_clipboard_copy
API Reference Guide > ArtX Component API Reference > ArtX Component Objects Reference > HIG_ARTX_PAGE > IG_ARTX_page_clipboard_copy

This function copies an array list of marks and places them on the clipboard.

Declaration:

 
Copy Code
AT_ERRCOUNT IG_ARTX_page_clipboard_copy(
     HIG_ARTX_PAGE hArtPage,
     LPHIG_ARTX_MARK phMarkList,
     AT_UINT nMarkCount
);

Arguments:

Name Type Description

hArtPage

HIG_ARTX_PAGE

ArtX page handle.

phMarkList

LPHIG_ARTX_MARK

A pointer to an array list of ArtX marks to add to the clipboard.

nMarkCount

AT_UINT

The number of ArtX marks in the array list of marks.

Return Value:

Returns the number of ImageGear errors that occurred during the function call.

Supported Raster Image Formats:

This function does not process image pixels.