You are here: GdPicture.NET > Documentation > Classes > GdViewer Class > GdViewer Properties > OptimizeDrawingSpeed Property
logo.gif
ContentsIndexHome
PreviousUpNext
GdViewer.OptimizeDrawingSpeed Property

Defines if the viewer must optimize drawing speed or document loading time. 

True: Decrease dramatically drawing time but increase a bit the document loading time. Suggested for large documents. If used, it is also recommended to set the DisplayQualityAuto to True. 

False (default): Increase drawing time but decrease document loading time. Suggested for small documents.

C#
public Boolean OptimizeDrawingSpeed;
Visual Basic
Public Property OptimizeDrawingSpeed() As Boolean
What do you think about this topic? Send feedback!
Copyright (c) 2009-2011 www.gdpicture.com. All rights reserved.