ImageGear Professional v18.2 > API Reference Guide > Display Component API Reference > Display Component Objects > IGPageDisplay Object > IGPageDisplay Methods > FullUpdateRequired Method |
Returns True if the entire display area needs to be updated whenever any part of the display area is invalidated. This is True in some limited cases involving vector data display.
Applications do not typically need to concern themselves with whether or not a full update is necessary, since this detail is handled internally by the ImageGear display engine.
FullUpdateRequired() As Boolean
True if update is required; False if no update is required.
N/A
None