A UriAction starts an external web site from its URL.

Namespace: TallComponents.PDF.Layout.Actions
Assembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.66.0

Syntax

C#
[SerializableAttribute]
public class UriAction : Action
Visual Basic
<SerializableAttribute> _
Public Class UriAction _
	Inherits Action

Inheritance Hierarchy

System..::..Object
  TallComponents.PDF.Layout..::..Object
    TallComponents.PDF.Layout.Actions..::..Action
      TallComponents.PDF.Layout.Actions..::..UriAction

See Also