Click or drag to resize

HtmlToPdfClientsetDisableExternalLinks Method

Do not create external links in the PDF. The default value is False and external links are created.

Namespace:  SelectPdf.Api
Assembly:  SelectPdf.Api (in SelectPdf.Api.dll) Version: 1.4.0
Syntax
public HtmlToPdfClient setDisableExternalLinks(
	bool disableExternalLinks
)

Parameters

disableExternalLinks
Type: SystemBoolean
Disable external links or not.

Return Value

Type: HtmlToPdfClient
Reference to the current object.
See Also