Apitron.PDF.Kit library for .NET
Top
The TransparencyGroupAttributes type exposes the following members.
Properties
Name | Description | |
---|---|---|
CanBeExported |
Gets a value indicating whether this instance can be exported.
(Inherited from Resource.) | |
IsIsolated |
Gets or sets a flag specifying whether the transparency group is isolated. If this flag is true, objects within the group shall be composited against a fully transparent initial backdrop;
if false, they shall be composited against the group’s backdrop. Default value: false.
| |
IsKnockout |
Gets or sets a flag specifying whether the transparency group is a knockout group. If this flag is false, later objects within the group shall be composited with earlier ones with which they overlap;
if true, they shall be composited with the group’s initial backdrop and shall overwrite (“knock out”) any earlier overlapping objects. Default value: false.
| |
ResourceType |
Gets the resource type.
(Inherited from Resource.) |
See Also