XFINIUM.PDF Documentation
PdfPushButtonIconLayout Enumeration



Xfinium.Pdf.Forms Namespace : PdfPushButtonIconLayout Enumeration
Supported layouts for displaying the icon on a pushbutton.
Syntax
'Declaration
 
Public Enum PdfPushButtonIconLayout 
   Inherits System.Enum
'Usage
 
Dim instance As PdfPushButtonIconLayout
public enum PdfPushButtonIconLayout : System.Enum 
public enum class PdfPushButtonIconLayout : public System.Enum 
Members
MemberDescription
IconBottom The caption is displayed above the icon.
IconLeft The icon is displayed to the left of the caption.
IconOnly Only the icon is displayed, the caption is not displayed.
IconOverlay The caption is overlaid directly on the icon.
IconRight The icon is displayed to the right of the caption.
IconTop The caption is displayed below the icon.
NoIcon The icon is not displayed, only the caption is displayed.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Xfinium.Pdf.Forms.PdfPushButtonIconLayout

Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Xamarin Mac, iOS & Android, Portable Class Library, .NET Core, .NET Standard


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

Xfinium.Pdf.Forms Namespace