Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Annotations Namespace / RedactAnnotation Class / OverlayTextRepeat Property

In This Topic
    OverlayTextRepeat Property
    In This Topic
    Gets or sets a value indicating whether the text specified by OverlayText should be repeated to fill the redacted region after the affected content has been removed.
    Syntax
    'Declaration
     
    Public Property OverlayTextRepeat As System.Boolean
    public System.bool OverlayTextRepeat {get; set;}
    See Also