PdfUriAction.Target Property

Gets or sets the uniform resource identifier (URI) to resolve.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public string Target { get; set; }
VB
Public Property Target As String
	Get
	Set

Property Value

Type: String
The uniform resource identifier (URI) to resolve.

See Also