Property Isolated
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
Isolated
Gets or sets the value indicating whether this group is isolated.
public bool Isolated { get; set; }
Property Value
- bool
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
.