Namespace: BitMiracle.Docotic.Pdf
public enum PdfButtonLayout
Public Enumeration PdfButtonLayout
Member name | Value | Description | |
---|---|---|---|
TextOnly | 0 | Specifies that only the text is displayed. Image is hidden. | |
ImageOnly | 1 | Specifies that only the image is displayed. Text is hidden. | |
ImageAboveText | 2 | Specifies that the image is displayed vertically before the text of a control. | |
TextAboveImage | 3 | Specifies that the text is displayed vertically above the image of a button. | |
ImageBeforeText | 4 | Specifies that the image is displayed horizontally before the text of a button. | |
TextBeforeImage | 5 | Specifies that the text is displayed horizontally before the image of a button. | |
Overlay | 6 | Specifies that the image and text share the same space on a button. Text overlaid directly on the image. |