ImageGear Professional v18.2 > API Reference Guide > ART Component API Reference > ART Component Objects > IGArtPage Object > IGArtPage Methods > ImageBurnIn Method |
Merges marks permanently into the image in the associated IGPage Object. They are converted from vector-format constructs into raster-format. Depending on the Options parameter, the original marks can be deleted from IGArtPage or preserved. The image may be temporarily promoted to a higher bit-depth for the purpose of the merge (see enumIGArtBurnInMode Enumeration).
ImageBurnIn(Options As Long, GroupName As String)
Name | Description |
---|---|
Options | Specifies which marks are merged - see enumIGArtBurnInMode Enumeration. The enumIGArtBurnInMode Enumeration values can be combined. For example: ART_BURN_IN_ALL + ART_BURN_IN_AUTO_PROMOTE . |
GroupName | Specifies the group of marks to be burned in. This parameter is ignored unless Options = ART_BURN_IN_GROUP. |
None
N/A
None