Atalasoft
Welcome to Atalasoft Community Sign in | Join | Help
in

AtalaImage.Save (async?)

Last post 03 Apr 2008, 8:41 AM by Glenn. 1 replies.
Sort Posts: Previous Next
  •  01 Apr 2008, 4:33 PM 13586

    AtalaImage.Save (async?)

    I would like to use the Save method from the AtalaImage class to save an image somewhere but would like to do this using an asyn method and using the ProgressEventHandler to report back to the UI with progress.

     Anyone done this before?

  •  03 Apr 2008, 8:41 AM 13595 in reply to 13586

    Re: AtalaImage.Save (async?)

    You can either run the save code in a separate thread yourself, or use the Workspace class.  The Workspace has an Asynchronous property; set it to true so it will run calls to Open, Save and ApplyCommand in a worker thread.
    Glenn Chittenden Jr.
    Atalasoft Development Team
View as RSS news feed in XML