 | DocumentActionTypes Enumeration |
Additional actions type of document.
Namespace:
Patagames.Pdf.Enums
Assemblies:
Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.68.2704
Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.68.2704
Syntaxpublic enum DocumentActionTypes
Public Enumeration DocumentActionTypes
public enum class DocumentActionTypes
public enum DocumentActionTypes
Patagames.Pdf.Enums.DocumentActionTypes = function();
Patagames.Pdf.Enums.DocumentActionTypes.createEnum('Patagames.Pdf.Enums.DocumentActionTypes', false);
Members
| Member name | Value | Description |
---|
| BeforeClose | 16 |
WC, before closing document, JavaScript action.
|
| BeforeSave | 17 |
WS, before saving document, JavaScript action.
|
| AfterSave | 18 |
DS, after saving document, JavaScript action.
|
| BeforePrint | 19 |
WP, before printing document, JavaScript action.
|
| AfterPrint | 20 |
DP, after printing document, JavaScript action.
|
See Also