Property Target
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
Target
Gets or sets the uniform resource identifier (URI) to resolve.
public string Target { get; set; }
Property Value
- string
The uniform resource identifier (URI) to resolve.
Remarks
The property may return null
for existing actions.
However, setting null
is not allowed.
When this action is used within PdfActionArea, PDF viewers display the target URI in a tooltip on mouse hover. You can override the tooltip contents in Adobe Acrobat using the Description property.
Exceptions
- UnexpectedStructureException
The internal PDF structure does not contain the corresponding required value, or the value has an unexpected type.
- ArgumentNullException
value
isnull
.