VintaSoft Barcode .NET SDK 15.0: Documentation for Web developer
Vintasoft.Barcode.Web.HttpHandlers Namespace / VintasoftBarcodeHandler Class / IsReusable Property
Syntax Requirements SeeAlso
In This Topic
    IsReusable Property (VintasoftBarcodeHandler)
    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; }
    
    
    public: __property bool get_IsReusable();
    
    
    
    public:
    property bool IsReusable { bool 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