Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
12.1
12.2
12.3
12.4
12.5
13.0
13.1
13.2
13.3
13.4
Statistic
FMM
Blog
Creates a reset action.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
DynaPDF | 13.3 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
Parameter | Description | Example |
---|---|---|
The PDF reference returned from DynaPDF.New. |
Returns number or error.
See also CreateResetAction function in DynaPDF manual.
Create reset button:
Set Variable [ $ResetButton; Value:MBS( "DynaPDF.CreateButton"; $pdf; "Reset"; "Reset"; -1; 100; 200; 100; 20 ) ]
Set Variable [ $ResetAction; Value:MBS( "DynaPDF.CreateResetAction"; $pdf ) ]
Set Variable [ $r; Value:MBS( "DynaPDF.AddActionToObj"; $pdf; "Field"; "OnMouseUp"; $ResetAction; $ResetButton ) ]
Created 13th May 2023, last changed 27th August 2023