Represents the button layout mode.
Namespace: Spire.Pdf.FieldsAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public enum PdfButtonLayoutMode
Public Enumeration PdfButtonLayoutMode
public enum class PdfButtonLayoutMode
type PdfButtonLayoutMode
Members
| Member | Value | Description |
|---|---|---|
| CaptionOnly | 0 |
No icon; caption only.
|
| IconOnly | 1 |
No caption; icon only.
|
| CaptionBelowIcon | 2 |
Caption below the icon.
|
| CaptionAboveIcon | 3 |
Caption above the icon.
|
| CaptionRightOfIcon | 4 |
Caption to the right of the icon.
|
| CaptionLeftOfIcon | 5 |
Caption to the left of the icon,
|
| CaptionOverlayIcon | 6 |
Caption overlaid directly on the icon.
|