SetFlatness
IPDFDocument4 :: Page Operations :: Graphics

See Also
Collapse All

This method configures the flatness error tolerance.

Syntax

HRESULT SetFlatness (
LONG flatness
)
Parameters
flatness
Tolerance value for flatness

Return value
If successful, this method returns S_OK. If it fails, this method should return one of the error values.

Remarks

The flatness tolerance controls the maximum permitted distance (in device pixels) between the mathematically correct path and an approximation constructed from straight line segments.

See Also

Reference