PDFTransparencyGroup¶
Namespace: O2S.Components.PDF4NET.Graphics
Defines a transparency group.
Inheritance Object → PDFGroupXObject → PDFTransparencyGroup
Constructors¶
PDFTransparencyGroup()¶
Initializes a new PDFTransparencyGroup object.
Properties¶
ColorSpace¶
Gets or sets the colorspace.
Property Value
PDFColorSpace
The group color space.
Isolated¶
Gets or sets a flag indicating whether the group is isolated.
Property Value
Boolean
If this flag is true, objects within the group are composited against
a fully transparent initial backdrop; if false, they are composited against the group's backdrop.
Knockout¶
Gets or sets a flag indicating whether the group is knockout.
Property Value
Boolean
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.