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