Enum Screen.IconCaptionRelation
indicates where to position the text of the widget annotation�s caption relative to its icon
Namespace: pdftron.PDF.Annots
Assembly: PDFTronDotNet.dll
Syntax
public enum Screen.IconCaptionRelation
Fields
| Name | Description |
|---|---|
| e_CAboveI | Caption above the icon |
| e_CBelowI | Caption below the icon |
| e_CLeftIRight | Caption to the left of the icon |
| e_COverlayI | Caption overlaid directly on the icon |
| e_CRightILeft | Caption to the right of the icon |
| e_NoCaption | No caption; icon only |
| e_NoIcon | No icon; caption only |