Discuss this help topic in SecureBlackbox Forum

TElCompoundFileVirtualStream.Size

TElCompoundFileVirtualStream     See also     


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


Specifies the size of the file in bytes.

Declaration

[C#]
    long Size;

[VB.NET]
    Property Size As Long

[Pascal]
    property Size : Int64;

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Description

    Use this property to specify the size of the file.

See also:     Length    

Discuss this help topic in SecureBlackbox Forum