Discuss this help topic in SecureBlackbox Forum
Specifies the maximum size of a mini stream.
Declaration
[C#]
uint MiniSectorCutoffSize;
[VB.NET]
Property MiniSectorCutoffSize As UInt32
[Pascal]
property MiniSectorCutoffSize : integer;
[C++]
uint32_t get_MiniSectorCutoffSize();
[PHP]
integer get_MiniSectorCutoffSize()
[Java]
int getMiniSectorCutoffSize();
Description
Use this read-only property to get the maximum size of a mini stream in the compound file system.
Discuss this help topic in SecureBlackbox Forum