PreloadedSections Property
Gets or sets a value that determines the number of sections (rows / columns) outside of the viewing portal to render in advance. This can provide a better experience for the user at the cost of performance and bandwidth (loading images that may never be viewed).
Syntax
'Declaration Public Property PreloadedSections As Integer
'Usage Dim instance As ImageZoomer Dim value As Integer instance.PreloadedSections = value value = instance.PreloadedSections
public int PreloadedSections {get; set;}
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also