HotPDF Developer Reference
Delphi and C++Builder PDF component help
|
THPDFPage.SetFlat
|
Top Previous Next |
|
Sets the flatness tolerance.
Delphi syntax: procedure SetFlat ( Flatness: Byte );
C++ syntax: void __fastcall SetFlat ( Byte Flatness );
Description: The flatness tolerance controls the maximum permitted distance in device pixels between the mathematically correct path and an approximation constructed from straight line segments.
|