Table of Contents

Class UriAction

Namespace
UglyToad.PdfPig.Actions
Assembly
UglyToad.PdfPig.dll

Action to open a URI

public class UriAction : PdfAction
Inheritance
UriAction
Inherited Members

Constructors

UriAction(string)

Constructor

public UriAction(string uri)

Parameters

uri string

URI to open

Properties

Uri

URI to open

public string Uri { get; }

Property Value

string