Discuss this help topic in SecureBlackbox Forum

TElPDFFileAttachment.Size

TElPDFFileAttachment     See also     


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


Specifies the attachment size.

Declaration

[C#]
    long Size;

[VB.NET]
    Property Size As Long

[Pascal]
    property Size : Int64;

[C++]
    int64_t get_Size();

[PHP]
    integer get_Size()

[Java]
    long getSize();

Description

    Use this property to specify the get the size of the attachment in bytes.

See also:     Filename    

Discuss this help topic in SecureBlackbox Forum