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

In This Topic
    UnknownAnnotation Class
    In This Topic
    Represents an annotation of a type that is not currently supported by GcPdf.

    An instance of this type cannot be created by user code. Instances of this type will be created if a PDF containing annotations of unsupported types is loaded into a GrapeCity.Documents.Pdf.GcPdfDocument.

    Object Model
    UnknownAnnotation Class
    Syntax
    'Declaration
     
    Public Class UnknownAnnotation 
       Inherits AnnotationBase
       Implements GrapeCity.Documents.Common.IOwnedObject 
    public class UnknownAnnotation : AnnotationBase, 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.UnknownAnnotation

    See Also