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
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
See Also