RedactionAnnotationRepeat Property

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Gets or sets a value indicating whether this RedactionAnnotation is repeat. If true, then the text specified by OverlayText should be repeated to fill the redacted region after the affected content has been removed. This entry is ignored if the Overlay entry is present. Default value: false.

Namespace:  Apitron.PDF.Kit.Interactive.Annotations
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public bool Repeat { get; set; }

Property Value

Type: Boolean
true if repeat; otherwise, false.
See Also

Reference