This function pastes one or more marks from the clipboard to the top of the current ArtX page.
Copy Code
|
|
---|---|
AT_ERRCOUNT IG_ARTX_page_clipboard_paste(HIG_ARTX_PAGE hArtPage, AT_INT nAppend); |
Name | Type | Description |
---|---|---|
hArtPage |
HIG_ARTX_PAGE |
ArtX page handle. |
nAppend |
AT_INT |
If zero then do not append the marks but clear the existing the marks on the ArtX page; otherwise append the marks from the clipboard to the existing marks on the ArtX page. |
Returns the number of ImageGear errors that occurred during the function call.
This function does not process image pixels.