ScreenIconCaptionRelation Enumeration |
indicates where to position the text of the widget annotation’s caption relative to its icon
Namespace:
pdftron.PDF.Annots
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public enum ScreenIconCaptionRelation
Public Enumeration ScreenIconCaptionRelation
public enum class ScreenIconCaptionRelation
pdftron.PDF.Annots.ScreenIconCaptionRelation = function();
pdftron.PDF.Annots.ScreenIconCaptionRelation.createEnum('pdftron.PDF.Annots.ScreenIconCaptionRelation', false);
Members
| Member name | Value | Description |
---|
| e_NoIcon | 0 | No icon; caption only |
| e_NoCaption | 1 | No caption; icon only |
| e_CBelowI | 2 | Caption below the icon |
| e_CAboveI | 3 | Caption above the icon |
| e_CRightILeft | 4 | Caption to the right of the icon |
| e_CLeftIRight | 5 | Caption to the left of the icon |
| e_COverlayI | 6 | Caption overlaid directly on the icon |
See Also