VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.Web.HttpHandlers Namespace / VintasoftImageProcessingHandler Class / IsReusable Property
Syntax Requirements SeeAlso
In This Topic
IsReusable Property (VintasoftImageProcessingHandler)
In This Topic
Gets a value indicating whether another request can use this instance.
Syntax
'Declaration

Public ReadOnly Property IsReusable As Boolean

public bool IsReusable { get; }

Property Value

Always return false.
Requirements

Target Platforms: .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also