←Select platform

MaxDataSize Property

Summary

Gets or Sets the maximum number of document editable data bytes to be included in each push by the LEADDocument.GetEditableContent method.

Syntax
C#
C++/CLI
Python
[DataMemberAttribute(Name="maxDataSize")] 
public int MaxDataSize { get; set; } 
public:  
   [DataMemberAttribute(Name=L"maxDataSize")] 
   property Int32 MaxDataSize 
   { 
      Int32 get() 
      void set(Int32 value) 
   } 
MaxDataSize # get and set (DocumentPushStreamOptions) 

Property Value

The maximum number of document editable data bytes to be included in each push by the LEADDocument.GetEditableContent method to the user defined IDocumentPushStream.

Remarks

The default value is 2MB.

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.