Discuss this help topic in SecureBlackbox Forum
Specifies buffer size in bytes.
Declaration
[VB.NET]
Property BufferSize As Integer
[Pascal]
property BufferSize : integer;
[C++]
int32_t get_BufferSize();
void set_BufferSize(int32_t Value);
[PHP]
integer get_BufferSize()
void set_BufferSize(integer $Value)
[Java]
int getBufferSize();
void setBufferSize(int Value);
Description
Use this property to set the buffer size (in bytes) that the component should use when saving files.
The default value is 102400 (100 kB).
Discuss this help topic in SecureBlackbox Forum