PDF .NET Library Documentation - PDF Technologies, Inc.
A URL action causes a URL to be resolved.

Namespace:  PDFTech
Assembly:  PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)

Syntax

C#
public class PDFURLAction : PDFAction
Visual Basic (Declaration)
Public Class PDFURLAction _
	Inherits PDFAction
Visual C++
public ref class PDFURLAction : public PDFAction

Remarks

A uniform resource locator (URL) is a string that identifies or (resolves to) a resource on the Internet. Usually a file that is the destination of a hypertext link.

Inheritance Hierarchy

System..::.Object
  PDFTech..::.PDFAction
    PDFTech..::.PDFURLAction

See Also