TransparencyGroupAttributesIsIsolated Property

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
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.

Namespace:  Apitron.PDF.Kit.FixedLayout.Resources.Transparency
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public bool IsIsolated { get; set; }

Property Value

Type: Boolean
true if this instance is isolated; otherwise, false.
See Also

Reference