←Select platform

EnableStreaming Property

Summary

Indicates whether direct streaming should be used.

Syntax
C#
VB
C++
public bool EnableStreaming {get; set;} 
Public Property EnableStreaming() As Boolean 
   Get 
   Set 
public:  
   property bool EnableStreaming 
   { 
      bool get() 
      void set(bool value) 
   } 

Property Value

true to speed up document upload by using direct streaming; otherwise, false. The default value is false.

Remarks

It is best to keep EnableStreaming as false (the default value) unless the application is running in a single user or process environment. Refer to Uploading Using the Document Library for more information.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly