Options
Very Large Image
When I open a 46mb tiff file I get the Very Large Image dialog box. Its not a large image. How do I stop the VLI process from cluttering up my workspace?
0
Answers
Public Sub SetAlwaysVLI_TIFF()
ThisApplication.Settings("","Images").Set("ForceVLI_TIFF", True)
End Sub
Public Sub ClearAlwaysVLI_TIFF()
ThisApplication.Settings("","Images").Set("ForceVLI_TIFF", False)
End Sub