Skip to content

PDFTransparencyGroup

Namespace: O2S.Components.PDF4NET.Graphics

Defines a transparency group.

public class PDFTransparencyGroup : PDFGroupXObject

Inheritance ObjectPDFGroupXObjectPDFTransparencyGroup

Constructors

PDFTransparencyGroup()

Initializes a new PDFTransparencyGroup object.

public PDFTransparencyGroup()

Properties

ColorSpace

Gets or sets the colorspace.

public PDFColorSpace ColorSpace { get; set; }

Property Value

PDFColorSpace
The group color space.


Isolated

Gets or sets a flag indicating whether the group is isolated.

public bool Isolated { get; set; }

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.

public bool Knockout { get; set; }

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.