This function merges marks permanently into hArtPage.
Declaration:
Copy Code |
|
|---|---|
AT_ERRCOUNT ACCUAPI IG_ARTX_page_burn_in(
HIG_ARTX_PAGE hArtPage,
LPAT_ARTX_DRAW_PARAMS lpDrawParams,
LPAT_ARTX_BURNIN_PARAMS lpBurnParams
);
|
|
Arguments:
| hArtPage | Page to burn in. |
| lpDrawParams | Draw parameters for burn in. |
| lpBurnParams | Burn in parameters. |
Return Value:
Error count.
Supported Raster Image Formats:
All pixel formats supported by ImageGear Professional.
Remarks:
Marks are converted from vector-format constructs into raster-format. The image may be temporarily promoted to a higher bit-depth for the purpose of the merge (see AT_ARTX_BURNIN_PARAMS). When doing burn-in, the image is converted to 24-bit.
