public final class Group extends Object
A group attributes class specifying the attributes of the page’s page group for use in the transparent imaging model.
Modifier and Type | Method and Description |
---|---|
int |
getColorSpace()
The group color space.
|
int |
isKnockout()
If this flag is false, later objects within the group are composited with earlier ones with which
they overlap; if true, they are composited with the group’s initial backdrop and overwrite (“knock out”)
any earlier overlapping objects.
|
void |
setColorSpace(int value) |
void |
setKnockout(int value) |
public Group(Page page)
The constructor.
page
- Pdf page object.public int getColorSpace()
The group color space.
public void setColorSpace(int value)
public int isKnockout()
If this flag is false, later objects within the group are composited with earlier ones with which they overlap; if true, they are composited with the group’s initial backdrop and overwrite (“knock out”) any earlier overlapping objects.
public void setKnockout(int value)
Copyright © 2014 Aspose. All Rights Reserved.