DsPdfJS API - v9.1.0
    Preparing search index...

    Type Alias PushButtonFieldProperties

    PushButtonFieldProperties: FieldBaseProperties & {
        caption?: string;
        rect?: Rect;
        type: "button";
        widget?: WidgetAnnotation | WidgetProperties;
    }

    Defines properties of a PushButtonField.

    Type Declaration

    • Optionalcaption?: string

      The button caption.

      Note: If a widget is specified via the 'widget' property, its 'buttonAppearance.caption' value takes precedence and will override this property.

    • Optionalrect?: Rect

      Defines the position and dimensions of the field on the page using a bounding rectangle.

      Note: If a widget is specified via the 'widget' property, its 'rect' value takes precedence and will override this rectangle definition.

    • type: "button"
    • Optionalwidget?: WidgetAnnotation | WidgetProperties

      The widget annotation defining view properties of the checkbox field.