VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree Namespace / PdfUriAction Class
Members Object Syntax Remarks Hierarchy Requirements SeeAlso
In This Topic
PdfUriAction Class
In This Topic
Associates action between the uniform resource identifier (URI) and PDF element (bookmark, link,...).
Object Model
PdfDocument PdfIndirectReference PdfBasicObject PdfUriAction
Syntax
'Declaration

Public Class PdfUriAction
   Inherits PdfAction

public class PdfUriAction : PdfAction

Remarks

A uniform resource identifier (URI) is a string that identifies (resolves to) a resource on the Internet-typically a file that is the destination of a hypertext link, although it can also resolve to a query or other entity.

Inheritance Hierarchy

System.Object
   Vintasoft.Imaging.Pdf.Tree.PdfTreeNodeBase
      Vintasoft.Imaging.Pdf.Tree.PdfAction
         Vintasoft.Imaging.Pdf.Tree.PdfUriAction

Requirements

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

See Also