Click or drag to resize

HtmlToPdfClientsetDisableInternalLinks Method

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

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

Parameters

disableInternalLinks
Type: SystemBoolean
Disable internal links or not.

Return Value

Type: HtmlToPdfClient
Reference to the current object.
See Also