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.

Namespace:  C1.C1Preview.Export
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public bool PreserveExactHeight { get; set; }
Visual Basic
Public Property PreserveExactHeight As Boolean
	Get
	Set

See Also