Discuss this help topic in SecureBlackbox Forum

TElPDFFileAttachment.Filename

TElPDFFileAttachment     See also     


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


Specifies name of the attached file.

Declaration

[C#]
    string Filename;

[VB.NET]
    Property Filename As String

[Pascal]
    property Filename : string;

[C++]
    void get_Filename(std::string &OutResult);
    void set_Filename(const std::string &Value);

[PHP]
    string get_Filename()
    void set_Filename(string $Value)

[Java]
    String getFilename();
    void setFilename(String Value);

Description

    Use this property to specify the name of the attached file.

See also:     ObjectName     CreationDate     ModificationDate     Size    

Discuss this help topic in SecureBlackbox Forum