Discuss this help topic in SecureBlackbox Forum

TElAuthenticodeManager.BufferSize

TElAuthenticodeManager     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies buffer size in bytes.

Declaration

[C#]
    int BufferSize;

[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