Table of Contents

Property AutoCreateUriActions

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

AutoCreateUriActions

Gets or sets a value indicating whether to check each text string drawn with DrawString or DrawText(string, PdfTextDrawingOptions) for URIs and create PdfUriActions for each found URI.

[Obsolete("This property will be removed in the next release of the library. Use the PdfTextDrawingOptions.AddActionAreas and PdfStringDrawingOptions.AddActionAreas properties instead.")]
public bool AutoCreateUriActions { get; set; }

Property Value

bool

true if to check each drawn text string for URIs and create PdfUriActions for each found URI; otherwise, false.

Remarks

Default value: false.