PdfButtonLayout Enumeration

Docotic.Pdf library help > BitMiracle.Docotic.Pdf > PdfButtonLayout Enumeration
Specifies how text and image should be placed on the surface of a PdfButton control relative to each other.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public enum PdfButtonLayout
VB
Public Enumeration PdfButtonLayout

Members

  Member nameValueDescription
TextOnly0 Specifies that only the text is displayed. Image is hidden.
ImageOnly1 Specifies that only the image is displayed. Text is hidden.
ImageAboveText2 Specifies that the image is displayed vertically before the text of a control.
TextAboveImage3 Specifies that the text is displayed vertically above the image of a button.
ImageBeforeText4 Specifies that the image is displayed horizontally before the text of a button.
TextBeforeImage5 Specifies that the text is displayed horizontally before the image of a button.
Overlay6 Specifies that the image and text share the same space on a button. Text overlaid directly on the image.

See Also