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

In This Topic
    RedactAnnotation Class
    In This Topic
    Represents a line annotation, that displays a single straight line on a page. When opened, it displays a pop-up window containing the text of the associated note.
    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