Enum SimpleDialogFileLoadOptions
Different ways to load a file in simple dialog mode.
Namespace: Sig.DeviceAPI
Assembly: SigDeviceAPI.dll
Syntax
public enum SimpleDialogFileLoadOptions
Remarks
Used in
SetSimpleDialogResourceImage(String, Int32, Int32, SelectBuf, SimpleDialogFileLoadOptions),
SetSimpleDialogResourceFont(String, SimpleDialogFileLoadOptions).
Fields
Name | Description |
---|---|
LoadNewFileToPad | Loads the a new file to the signature device. |
SelectExistingFileOnPad | Loads a file that is stored in the device. |