PdfTransparencyGroup.Isolated Property

Gets or sets the value indicating whether this group is isolated.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public bool Isolated { get; set; }
VB
Public Property Isolated As Boolean
	Get
	Set

Property Value

Type: Boolean
false to composite objects within this group against the group's backdrop. true to composite them against a fully transparent initial backdrop.

Remarks

Default value: false.

See Also