ComponentOne Reports for WPF
C1.C1Preview.Export Namespace / HtmlExporter Class / GeneratePageSeparators Property

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