Gets or sets the tolerance (in points) when auto-detecting the boundaries of rows and columns in the document. The smaller this amount, the greater the number of narrow rows and columns created for precise positioning of data.

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

Syntax

C#
public int Tolerance { get; set; }
Visual Basic
Public Property Tolerance As Integer
	Get
	Set

Field Value

The tolerance value.

See Also