VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf.Web.Services Namespace / PdfPageLinksResponseParams Class / links Property
Syntax Requirements SeeAlso
In This Topic
    links Property (PdfPageLinksResponseParams)
    In This Topic
    Gets or sets an information about all links of PDF document page.
    Syntax
    'Declaration
    
    Public Property links As WebPdfLinkAnnotation[]
    
    
    public WebPdfLinkAnnotation[] links { get; set; }
    
    
    public: __property WebPdfLinkAnnotation*[] get_links();
    public: __property void set_links(
    WebPdfLinkAnnotation*[]* value
    );
    public:
    property WebPdfLinkAnnotation^[] links { WebPdfLinkAnnotation^[] get(); void set(array<WebPdfLinkAnnotation^>^ value); }
    Requirements

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

    See Also