loading image dialog

Allows you to display a dialog box with which you can specify a path to image.


Example

Running this code will open the image "E:\Example Folder\Test File.pdf" with the following properties:

  • Width: Auto-sizing based on the source
  • Height: Auto-sizing based on the source
  • Speed: 100
  • Startup Position: Center of the App
plugin command("Dialogs Extension.dll", "loading image dialog", "E:\\Example Folder\\Test File.pdf", "Auto", "Auto", 100, "Center App")

Was this helpful?

Previous Article

image viewer dialog