See Also Examples Applies To
Defines if the viewer must optimize drawing speed or image loading time.
True: Decrease dramatically drawing time but increase a bit the image loading time. Suggested for large images. If used, it is also recommended to set the ViewerQualityAuto property to True.
False (default): Increase drawing time but decrease document loading time. Suggested for small documents.
Syntax
object.OptimizeDrawingSpeed [= New_OptimizeDrawingSpeed ]
The OptimizeDrawingSpeed syntax has these parts:
| Part | Description |
| object | Required. An object expression that evaluates to an object in the Applies To list. |
| New_OptimizeDrawingSpeed | Boolean. |