SVGOutputOptionsSetFlattenThreshold Method |
Used to control how precise or relaxed text flattening is. When some text is preserved (not flattened to image) the visual appearance of the document may be altered.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void SetFlattenThreshold(
FlattenThresholdFlag threshold
)
Public Sub SetFlattenThreshold (
threshold As FlattenThresholdFlag
)
public:
virtual void SetFlattenThreshold(
[InAttribute] FlattenThresholdFlag threshold
) sealed
function SetFlattenThreshold(threshold);
Parameters
- threshold
- Type: pdftron.PDFFlattenThresholdFlag
The threshold setting to use.
See Also