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.

Remarks

The property may return null for existing actions. However, setting null is not allowed.

See Also