Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Annotations Namespace / RedactAnnotation Class
Members

In This Topic
    RedactAnnotation Class
    In This Topic
    Represents a redact annotation used to mark areas containing information that needs to be erased from the document. Note that redact annotations must be explicitly applied (with a call to the GrapeCity.Documents.Pdf.GcPdfDocument.Redact method or one of its overloads) to actually remove the information marked for redaction from the document.
    Object Model
    RedactAnnotation Class
    Syntax
    'Declaration
     
    Public Class RedactAnnotation 
       Inherits MarkupAnnotation
       Implements GrapeCity.Documents.Common.IOwnedObject 
    public class RedactAnnotation : MarkupAnnotation, GrapeCity.Documents.Common.IOwnedObject  
    Inheritance Hierarchy

    System.Object
       GrapeCity.Documents.Pdf.Wrappers.PdfWrapperBase
          GrapeCity.Documents.Pdf.Wrappers.PdfWrapper<T>
             GrapeCity.Documents.Pdf.Wrappers.PdfDictWrapper
                GrapeCity.Documents.Pdf.Annotations.AnnotationBase
                   GrapeCity.Documents.Pdf.Annotations.MarkupAnnotation
                      GrapeCity.Documents.Pdf.Annotations.RedactAnnotation

    See Also