[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Annotations.UnknownAnnotation

UnknownAnnotation Class

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 GcPdfDocument.

Namespace: GrapeCity.Documents.Pdf.Annotations
Assembly: DS.Documents.Pdf.dll
Syntax
public class UnknownAnnotation : AnnotationBase, IOwnedObject, IContentItem, IPdfDict
Public Class UnknownAnnotation
    Inherits AnnotationBase
    Implements IOwnedObject, IContentItem, IPdfDict

Properties

Name Description
Subtype

Gets the annotation type according to the PDF specification.

Extension Methods