PdfButtonLayoutMode Enumeration
|
Represents the button layout mode.
Namespace:
Spire.Pdf.Fields
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public enum PdfButtonLayoutMode
Public Enumeration PdfButtonLayoutMode
public enum class PdfButtonLayoutMode
Members
|
Member name
|
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.
|
See Also