Can someone show me how to select a custom trace preset in VBscript? I have a single image loaded in Illustrator CS6 which I then need to trace. I have tried several variations of:
Set DocRef = App.ActiveDocument
DocRef.TracingOptions.LoadFromPreset("simwest trace 1")
Any help would be most appreciated.