This enum specifies the different clip visibilities a glyph can have.
Namespace: TallComponents.PDF.TextExtractionAssembly: 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 name | Value | Description | |
|---|---|---|---|
| Fully | 0 | This glyph is fully clipped, so nothing will be visible. | |
| Partially | 1 | 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 | 2 | 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). |