WidgetIconCaptionRelation Enumeration |
Icon and Caption Relation of the Widget annotation
Namespace:
pdftron.PDF.Annots
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public enum WidgetIconCaptionRelation
Public Enumeration WidgetIconCaptionRelation
public enum class WidgetIconCaptionRelation
pdftron.PDF.Annots.WidgetIconCaptionRelation = function();
pdftron.PDF.Annots.WidgetIconCaptionRelation.createEnum('pdftron.PDF.Annots.WidgetIconCaptionRelation', 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