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

In This Topic
    OverlayText Property
    In This Topic
    Gets or sets the overlay text that should be drawn over the redacted region after the affected content has been removed.
    Syntax
    'Declaration
     
    Public Property OverlayText As System.String
    public System.string OverlayText {get; set;}
    See Also