Represents the button layout mode.

Namespace: Spire.Pdf.Fields
Assembly: 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

MemberValueDescription
CaptionOnly0
No icon; caption only.
IconOnly1
No caption; icon only.
CaptionBelowIcon2
Caption below the icon.
CaptionAboveIcon3
Caption above the icon.
CaptionRightOfIcon4
Caption to the right of the icon.
CaptionLeftOfIcon5
Caption to the left of the icon,
CaptionOverlayIcon6
Caption overlaid directly on the icon.

See Also