ComponentOne PDF for .NET
ButtonLayout Enumeration

C1.C1Pdf.4 Assembly > C1.C1Pdf Namespace : ButtonLayout Enumeration
Specifies the layout of text and image on the face of a PdfPushButton.
Syntax
'Declaration
 
Public Enum ButtonLayout 
   Inherits System.Enum
public enum ButtonLayout : System.Enum 
Members
MemberDescription
ImageLeftTextRightImage is displayed on the left and text on the right.
ImageOnlyOnly image is displayed on the button face.
ImageTopTextBottomImage is displayed above the text.
TextLeftImageRightText is displayed on the left and image on the right.
TextOnlyOnly text is displayed on the button face.
TextOverImageText is displayed over image.
TextTopImageBottomText is displayed above the image.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.C1Pdf.ButtonLayout

See Also

Reference

C1.C1Pdf Namespace