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.

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.