VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.Annotations Namespace / PdfAnnotationCodec Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    PdfAnnotationCodec Class
    In This Topic
    Provides the base abstract codec that allows to export and import PDF annotations.
    Object Model
    PdfAnnotationCodec
    Syntax
    'Declaration
    
    Public MustInherit Class PdfAnnotationCodec
    
    
    public abstract class PdfAnnotationCodec
    
    
    public __gc abstract class PdfAnnotationCodec
    
    
    public ref class PdfAnnotationCodec abstract
    
    
    Inheritance Hierarchy

    System.Object
       Vintasoft.Imaging.Pdf.Tree.Annotations.PdfAnnotationCodec
          Vintasoft.Imaging.Pdf.Tree.Annotations.PdfAnnotationXfdfCodec

    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also