VintaSoft Imaging .NET SDK 14.0: 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; }
    
    
    public: __property bool get_renderNeighbourTiles();
    public: __property void set_renderNeighbourTiles(
    bool value
    );
    public:
    property bool renderNeighbourTiles { bool get(); void set(bool value); }

    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: .NET9; .NET 8; .NET 7, .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5

    See Also