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

In This Topic
    PreserveExactHeight Property
    In This Topic
    Gets or sets a value indicating whether export should try to preserve the exact original height of all elements. Generally, setting this property to false makes the resulting HTML document more flexible.
    Syntax
    'Declaration
     
    Public Property PreserveExactHeight As Boolean
    public bool PreserveExactHeight {get; set;}
    See Also