VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Web.Services Namespace / VintasoftImageWebService Class / ThumbnailRenderingTimeout Property
Syntax Remarks Requirements SeeAlso
In This Topic
    ThumbnailRenderingTimeout Property (VintasoftImageWebService)
    In This Topic
    Gets or set the thumbnail rendering timeout in milliseconds.
    Syntax
    'Declaration
    
    Public Property ThumbnailRenderingTimeout As Integer
    
    
    public int ThumbnailRenderingTimeout { get; set; }
    
    
    public: __property int get_ThumbnailRenderingTimeout();
    public: __property void set_ThumbnailRenderingTimeout(
    int value
    );
    public:
    property int ThumbnailRenderingTimeout { int get(); void set(int value); }

    Property Value

    Default value is 1000 milliseconds.
    Remarks

    Handler can render several thumbnails in single request. Handler monitors the rendering time and will stop thumbail rendering if rendering time exceeds value of this property.

    Requirements

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

    See Also