Enum Convert.FlattenThresholdFlag
Namespace: pdftron.PDF
Assembly: PDFTronDotNet.dll
Syntax
public enum Convert.FlattenThresholdFlag
Fields
| Name | Description |
|---|---|
| e_default | Render text that are somewhat clipped or occluded. |
| e_keep_all | Only render text that are completely occluded, or used as a clipping path. |
| e_keep_most | Only render text that are seriously clipped or occluded. |
| e_strict | Render text that are marginally clipped or occluded. |
| e_very_strict | Render (flatten) any text that is clipped or occluded. |