Discuss this help topic in SecureBlackbox Forum
Specifies the file size.
Declaration
[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.
Discuss this help topic in SecureBlackbox Forum