VintaSoft Imaging .NET SDK 12.4: Documentation for Web developer
Vintasoft.Imaging.Pdf.Web.Services Namespace / WebPdfAnnotation Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    WebPdfAnnotation Class
    In This Topic
    Provides the base class that contains information about PDF annotation.
    Object Model
    WebRectangleF WebPdfAnnotation
    Syntax
    'Declaration
    
    <KnownTypeAttribute(Vintasoft.Imaging.Pdf.Web.Services.WebPdfLinkAnnotation)>
    Public Class WebPdfAnnotation
       Inherits WebPdfTreeNodeBase
    
    
    [KnownType(Vintasoft.Imaging.Pdf.Web.Services.WebPdfLinkAnnotation)]
    public class WebPdfAnnotation : WebPdfTreeNodeBase
    
    
    [KnownType(Vintasoft.Imaging.Pdf.Web.Services.WebPdfLinkAnnotation)]
    public __gc class WebPdfAnnotation : public WebPdfTreeNodeBase*
    
    
    [KnownType(Vintasoft.Imaging.Pdf.Web.Services.WebPdfLinkAnnotation)]
    public ref class WebPdfAnnotation : public WebPdfTreeNodeBase^
    
    
    Inheritance Hierarchy

    System.Object
       Vintasoft.Imaging.Pdf.Web.Services.WebPdfTreeNodeBase
          Vintasoft.Imaging.Pdf.Web.Services.WebPdfAnnotation
             Vintasoft.Imaging.Pdf.Web.Services.WebPdfLinkAnnotation

    Requirements

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

    See Also