Skip to content

PDFPushButtonIconLayout

Namespace: O2S.Components.PDF4NET.Forms

Supported layouts for displaying the icon on a pushbutton.

public enum PDFPushButtonIconLayout

Inheritance ObjectValueTypeEnumPDFPushButtonIconLayout
Implements

Fields

Name Value Description
NoIcon 0 The icon is not displayed, only the caption is displayed.
IconOnly 1 Only the icon is displayed, the caption is not displayed.
IconTop 2 The caption is displayed below the icon.
IconBottom 3 The caption is displayed above the icon.
IconLeft 4 The icon is displayed to the left of the caption.
IconRight 5 The icon is displayed to the right of the caption.
IconOverlay 6 The caption is overlaid directly on the icon.