PreserveExactHeight Property
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.
public bool PreserveExactHeight {get; set;}
'Declaration
Public Property PreserveExactHeight As Boolean