dotnetCHARTING Send comments on this topic.
PreloadedSections Property
See Also 
dotnetCHARTING.Zoomer Namespace > ImageZoomer Class : 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

Visual Basic (Declaration) 
Public Property PreloadedSections As Integer
Visual Basic (Usage)Copy Code
Dim instance As ImageZoomer
Dim value As Integer
 
instance.PreloadedSections = value
 
value = instance.PreloadedSections
C# 
public int PreloadedSections {get; set;}

See Also

© 2010 All Rights Reserved.