ImageGear for .NET
ARTPageCache Property
See Also  Send Feedback
ImageGear21.Windows.Controls Assembly > ImageGear.Windows.Controls Namespace > ImGearThumbnailList Class : ARTPageCache Property




Glossary Item Box

Gets a cache for storing and retrieving ImGearARTPages associated with thumbnail items.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Property Value

ImGearReadOnlyDictionary value.

Remarks

When a thumbnail item is first generated, a new ImGearARTPage is created for the thumbnail item and added to the ARTPageCache. The MarksLoading event fires for the thumbnail item and can be used to specify the ImGearARTPage that is associated with the thumbnail item. The ThumbnailList.LoadAllARTPages method can be used to fire the MarksLoading event for all thumbnail items that do not have an associated ImGearARTPage. If the ThumbnailList.SelectedPageDisplay property is bound to a PageView.Display and the marks are modified in the PageView.Display, the modified ImGearARTPage for the selected thumbnail item will be updated in the ARTPageCache.

This cache can be used to access the ImGearARTPages associated with thumbnail items. For example, when your application is closing, you can iterate through the ImGearARTPages and check the ImGearARTPage.MarksChanged property to determine if an ImGearARTPage should be saved.

See Also

©2013. Accusoft Corporation. All Rights Reserved.