Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Layout Namespace / LayoutHost Class / ZeroTolerance Property

In This Topic
    ZeroTolerance Property
    In This Topic
    Gets or sets a value for which all absolute numbers smaller than are considered equal to zero.

    Possible values are between 0.00001f and 1f. The default is 0.01f.

    Syntax
    'Declaration
     
    Public Property ZeroTolerance As System.Single
    public System.float ZeroTolerance {get; set;}
    See Also