FlattenThresholdFlag Enumeration |
Flattening Threshold options.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public enum FlattenThresholdFlag
Public Enumeration FlattenThresholdFlag
public enum class FlattenThresholdFlag
pdftron.PDF.FlattenThresholdFlag = function();
pdftron.PDF.FlattenThresholdFlag.createEnum('pdftron.PDF.FlattenThresholdFlag', false);
Members
| Member name | Value | Description |
---|
| e_very_strict | 0 |
Render (flatten) any text that is clipped or occluded.
|
| e_strict | 1 |
Render text that are marginally clipped or occluded.
|
| e_default | 2 |
Render text that are somewhat clipped or occluded.
|
| e_keep_most | 3 |
Only render text that are seriously clipped or occluded.
|
| e_keep_all | 4 |
Only render text that are completely occluded, or used as a clipping path.
|
See Also