GeneratePageLinks Property (HtmlExporter)
In This Topic
Gets or sets a value indicating whether to generate hyperlinks to individual pages. Note that this only works if
Paginated is also
true.
Syntax
'Declaration
Public Property GeneratePageLinks As Boolean
public bool GeneratePageLinks {get; set;}
See Also