Click or drag to resize

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
Members
  Member nameValueDescription
e_NoIcon0No icon; caption only
e_NoCaption1No caption; icon only
e_CBelowI2Caption below the icon
e_CAboveI3Caption above the icon
e_CRightILeft4Caption to the right of the icon
e_CLeftIRight5Caption to the left of the icon
e_COverlayI6Caption overlaid directly on the icon
See Also