ImageGear Professional v18.2 > API Reference Guide > Display Component API Reference > Display Component Objects > IGPageDisplay Object > IGPageDisplay Properties > OffScreenDrawing Property |
Gets and sets whether ImageGear will perform all drawing operations into a memory buffer while subsequently drawing the entire buffer to the screen. This is useful to eliminate flicker effect when working with a large number of annotations.
If this property is set to False, ImageGear performs all drawings directly to the output device context.
Read-write property
Boolean
Default Value: False
Valid Values: False, True
N/A
Display