VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Web.Services Namespace / RenderImageTileRequestParams Class / renderNeighbourTiles Property
Syntax Remarks Requirements SeeAlso
In This Topic
renderNeighbourTiles Property (RenderImageTileRequestParams)
In This Topic
Gets or sets a value indicating whether the neighboring image tiles around the the requested tile must be rendered in addition to the rendering of requested image tile.
Syntax
'Declaration

Public Property renderNeighbourTiles As Boolean

public bool renderNeighbourTiles { get; set; }

Property Value

True - the neighboring image tiles must be rendered in addition to the rendering of requested image tile. false - only the requested image tile must be rendered.
Default value is true.
Remarks

Value of this property has effect only if value of useCache property is set to true.

Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7, .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5

See Also