Enum ClipVisibility

Namespace TallComponents.PDF.TextExtraction

This enum specifies the different clip visibilities a glyph can have.

Fields


Fully
This glyph is fully clipped, so nothing will be visible.

Partially
This glyph is partially clipped, so some content can be visible (depending on the pen and brush, e.g. if both are null this is transparent content).

None
This glyph is not clipped, so all content can be visible (depending on the pen and brush, e.g. if both are null this is transparent content).

Unknown
The ClipVisibility for the glyph was not calculated, so it is unknown