[]
Specifies the layout of text and image on the face of a PdfPushButton.
public enum ButtonLayout
Name | Description |
---|---|
ImageLeftTextRight | Image is displayed on the left and text on the right. |
ImageOnly | Only image is displayed on the button face. |
ImageTopTextBottom | Image is displayed above the text. |
TextLeftImageRight | Text is displayed on the left and image on the right. |
TextOnly | Only text is displayed on the button face. |
TextOverImage | Text is displayed over image. |
TextTopImageBottom | Text is displayed above the image. |