PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview.Export Namespace / HtmlExporter Class / GeneratePageLinks Property

In This Topic
    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