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

Namespace: TallComponents.PDF.TextExtraction
Assembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0

Syntax

C#
public enum ClipVisibility
Visual Basic
Public Enumeration ClipVisibility

Members

Member nameValueDescription
Fully0 This glyph is fully clipped, so nothing will be visible.
Partially1 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).
None2 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).

See Also