Discuss this help topic in SecureBlackbox Forum

TElOpenOfficeXMLManifestFileEntry.Size

TElOpenOfficeXMLManifestFileEntry     See also     


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


Specifies the file size.

Declaration

[C#]
    int Size;

[VB.NET]
    Property Size As Integer

[Pascal]
    property Size : integer;

[C++]
    int32_t get_Size();
    void set_Size(int32_t Value);

[PHP]
    integer get_Size()
    void set_Size(integer $Value)

[Java]
    int getSize();
    void setSize(int Value);

Description

    Use this property to specify the size of the file.

See also:     FullPath    

Discuss this help topic in SecureBlackbox Forum