←Select platform

EnableStreaming Property

Summary

Indicates whether direct streaming should be used.

Syntax
C#
C++/CLI
Python
public bool EnableStreaming {get; set;} 
public:  
   property bool EnableStreaming 
   { 
      bool get() 
      void set(bool value) 
   } 
EnableStreaming # get and set (UploadDocumentOptions) 

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 22.0.2023.4.21
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.