Discuss this help topic in SecureBlackbox Forum

TElCompoundFileStorage.MiniSectorCutoffSize

TElCompoundFileStorage     See also     


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


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.

See also:     MiniSectorSize    

Discuss this help topic in SecureBlackbox Forum