Discuss this help topic in SecureBlackbox Forum

TElCompoundFileStorage.SectorSize

TElCompoundFileStorage     See also     


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


Specifies sector size in the compound file system.

Declaration

[C#]
    int SectorSize;

[VB.NET]
    Property SectorSize As Integer

[Pascal]
    property SectorSize : integer;

[C++]
    int32_t get_SectorSize();

[PHP]
    integer get_SectorSize()

[Java]
    int getSectorSize();

Description

    Use this read-only property to get the sector size in the compound file system.

See also:     MiniSectorSize     MiniSectorCutoffSize    

Discuss this help topic in SecureBlackbox Forum