Gets or sets the value indicating whether this group is a knockout group.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public bool Knockout { get; set; }
VB
Public Property Knockout As Boolean
Get
Set
Property Value
Type:
Booleanfalse 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
See Also