THPDFPage.AddPushButtonWithActionBuilder Method

Adds a push button form field whose activation action comes from THPDFActionBuilder

Declaration

procedure AddPushButtonWithActionBuilder(const FieldName, Caption: AnsiString; Rectangle: TRect; Action: THPDFActionBuilder; Flags: THPDFFormFieldFlags = []);

Unit

HPDFDoc

Parameters

NamePurpose
FieldNameInput used by the AddPushButtonWithActionBuilder workflow
CaptionInput used by the AddPushButtonWithActionBuilder workflow
RectangleInput used by the AddPushButtonWithActionBuilder workflow
ActionInput used by the AddPushButtonWithActionBuilder workflow
FlagsInput used by the AddPushButtonWithActionBuilder workflow

Usage notes

Related API