Click or drag to resize

PDFViewCtrlSetUrlExtraction Method

Enables or disables URL extraction. Default is disabled.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void SetUrlExtraction(
	bool enabled
)

Parameters

enabled
Type: SystemBoolean
true to enable URL extraction, false to disable.
Remarks
If set to enabled when the document is already opened, it may not find links on pages that were already rendered. It is suggested to set this flag before opening the document.
See Also