Property Knockout
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
Knockout
Gets or sets the value indicating whether this group is a knockout group.
public bool Knockout { get; set; }
Property Value
- bool
false
to composite later objects within this group with earlier ones with which they overlap.true
to composite them with the group's initial backdrop and to overwrite ("knock out") any earlier overlapping objects.
Remarks
Default value: false
.