Enum FileDialogIntent
Namespace TallComponents.PDF.JavaScript.Scripting
Specifies the intended operation for a file selection request. This allows the caller to present the appropriate file dialog (for example, an Open File dialog or a Save File dialog).
Fields
Open
Indicates that the user should select an existing file to open.
Typically used to display an Open File dialog.
Save
Indicates that the user should specify a file name to save to.
Typically used to display a Save File dialog.