ComponentOne PDF for .NET
C1.C1Pdf Namespace / ButtonLayout Enumeration

In This Topic
    ButtonLayout Enumeration
    In This Topic
    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