[]
        
(Showing Draft Content)

C1.C1Pdf.ButtonLayout

ButtonLayout Enum

Specifies the layout of text and image on the face of a PdfPushButton.

Namespace: C1.C1Pdf
Assembly: C1.C1Pdf.4.8.dll
Syntax
public enum ButtonLayout

Fields

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.