ImageGear for Java
burnIn Method
com.accusoft.imagegear.core.ImGearPage class to burn marks in.
ART page to get marks from.
burnIn options.
List of group indexes to apply burn in to, null - all groups.
Merges marks permanently into com.accusoft.imagegear.core.ImGearPage class.
Syntax
public static ImGearPage burnIn( 
   ImGearPage page,
   ImGearARTPage artPage,
   java.util.EnumSet<ImGearARTBurnInOptions> burnOptions,
   int[] groupIndexes
)

Parameters

page
com.accusoft.imagegear.core.ImGearPage class to burn marks in.
artPage
ART page to get marks from.
burnOptions
burnIn options.
groupIndexes
List of group indexes to apply burn in to, null - all groups.

Return Value

com.accusoft.imagegear.core.ImGearPage class object.

The 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 ImGearARTBurnInOptions enumeration).

com.accusoft.imagegear.core.ImGearPageT:com.accusoft.imagegear.art.ImGearARTBurnInOptions

See Also

Reference

ImGearART Class
ImGearART Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback