Click or drag to resize

XPSOutputOptionsGenerateURLLinks Method

Sets whether links should be generated from urls found in the document. Default is false.

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

Parameters

generate
Type: SystemBoolean
if true links will be generated from urls
See Also