Skip to main content
A newer version of this page is available. .

HtmlExportOptionsBase.UseHRefHyperlinks Property

Specifies whether or not the document navigation is implemented by using scripts.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v20.2.Core.dll

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

Property Value

Type Default Description
Boolean **false**

true to use standard HTML link references in document navigation; otherwise false.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to UseHRefHyperlinks
Cross-Platform Class Library ExportOptions
.Html .UseHRefHyperlinks
WPF Controls ExportOptionsContainer
.Html .UseHRefHyperlinks

Remarks

Setting the HtmlExportOptionsBase.UseHRefHyperlinks property to true will enable the use of standard HTML link references in document navigation. On viewing such a document in a client web browser, unnecessary script security messages will not be displayed.

When this property is enabled, links with empty text may be generated if a corresponding control’s content is not specified. It will be impossible to click such links in a published document.

See Also