Property AddActionAreas
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
AddActionAreas
Gets or sets a value indicating whether to add action areas for each URI in the drawn text string.
public bool AddActionAreas { get; set; }
Property Value
- bool
If
true
, the library will add a hyperlink-like action area (see PdfActionArea) over every URI found in the drawn text. Iffalse
, the library won't add anything.
Remarks
Default value: false
.
The library recognizes URIs that start with http://
, https://
,
mailto:
, and ftp://
.