Click or drag to resize

FlattenThresholdFlag Enumeration

Flattening Threshold options.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public enum FlattenThresholdFlag
Members
  Member nameValueDescription
e_very_strict0 Render (flatten) any text that is clipped or occluded.
e_strict1 Render text that are marginally clipped or occluded.
e_default2 Render text that are somewhat clipped or occluded.
e_keep_most3 Only render text that are seriously clipped or occluded.
e_keep_all4 Only render text that are completely occluded, or used as a clipping path.
See Also