ImageGear for C and C++ on Windows v21.0 - Updated
API Reference Guide / ArtX Component API Reference / ArtX Component Objects Reference / HIG_ARTX_PAGE / IG_ARTX_page_burn_in
In This Topic
    IG_ARTX_page_burn_in
    In This Topic

    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:

    Name Type Description
    hArtPage HIG_ARTX_PAGE Page to burn in.
    lpDrawParams LPAT_ARTX_DRAW_PARAMS Draw parameters for burn in.
    lpBurnParams LPAT_ARTX_BURNIN_PARAMS Burn in parameters.

    Return Value:

    Error count.

    Supported Raster Image Formats:

    All pixel formats supported by ImageGear for C and C++.

    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.