Table of Contents

Enum PdfButtonLayout

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

Specifies how text and image should be placed on the surface of a PdfButton control relative to each other.

public enum PdfButtonLayout

Fields

ImageAboveText = 2

Specifies that the image is displayed vertically before the text of a control.

ImageBeforeText = 4

Specifies that the image is displayed horizontally before the text of a button.

ImageOnly = 1

Specifies that only the image is displayed. Text is hidden.

Overlay = 6

Specifies that the image and text share the same space on a button. Text overlaid directly on the image.

TextAboveImage = 3

Specifies that the text is displayed vertically above the image of a button.

TextBeforeImage = 5

Specifies that the text is displayed horizontally before the image of a button.

TextOnly = 0

Specifies that only the text is displayed. Image is hidden.