Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview.Export Namespace / HtmlExporter Class / GeneratePageSeparators Property

In This Topic
    GeneratePageSeparators Property (HtmlExporter)
    In This Topic
    Gets or sets a value indicating whether to delimit individual pages of the original document with horizontal lines.
    Syntax
    'Declaration
     
    Public Property GeneratePageSeparators As Boolean
    public bool GeneratePageSeparators {get; set;}
    See Also