VintaSoft Imaging .NET SDK 12.4: Documentation for Web developer
Vintasoft.Imaging.Pdf.Web.Services Namespace / WebPdfLinkAnnotation Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    WebPdfLinkAnnotation Class
    In This Topic
    Represents a PDF annotation that displays a link.
    Object Model
    WebRectangleF WebPdfLinkAnnotation
    Syntax
    'Declaration
    
    <KnownTypeAttribute(Vintasoft.Imaging.Pdf.Web.Services.WebPdfLinkAnnotation)>
    Public Class WebPdfLinkAnnotation
       Inherits WebPdfAnnotation
    
    
    [KnownType(Vintasoft.Imaging.Pdf.Web.Services.WebPdfLinkAnnotation)]
    public class WebPdfLinkAnnotation : WebPdfAnnotation
    
    
    [KnownType(Vintasoft.Imaging.Pdf.Web.Services.WebPdfLinkAnnotation)]
    public __gc class WebPdfLinkAnnotation : public WebPdfAnnotation*
    
    
    [KnownType(Vintasoft.Imaging.Pdf.Web.Services.WebPdfLinkAnnotation)]
    public ref class WebPdfLinkAnnotation : public WebPdfAnnotation^
    
    
    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