Represents the button layout mode.
Namespace: Spire.Pdf.FieldsAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)
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.
|