Enum Flattener.Threshold
Namespace: pdftron.PDF
Assembly: PDFNet.dll
Syntax
public enum Flattener.Threshold
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. |