Discuss this help topic in SecureBlackbox Forum

TElCompoundFileStorage.FileVersion

TElCompoundFileStorage     See also     


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


Specifies the file version.

Declaration

[C#]
    int FileVersion;

[VB.NET]
    Property FileVersion As Integer

[Pascal]
    property FileVersion : integer;

[C++]
    int32_t get_FileVersion();

[PHP]
    integer get_FileVersion()

[Java]
    int getFileVersion();

Description

    Use this read-only property to get the file version.

See also:     Open    

Discuss this help topic in SecureBlackbox Forum