PdfDocument.Epsilon Property

PDF File Writer

PdfDocumentEpsilon Property

Epsilon 1/300 of an inch in user units

Namespace:  PdfFileWriter
Assembly:  PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
Syntax
C#
public double Epsilon { get; }

Property Value

Type: Double
Remarks
Small distance for compare calculation to eliminate rounding errors.
See Also