Discuss this help topic in SecureBlackbox Forum

TElPDFFileAttachment.ObjectName

TElPDFFileAttachment     See also     


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


Specifies name of the attached object.

Declaration

[C#]
    string ObjectName;

[VB.NET]
    Property ObjectName As String

[Pascal]
    property ObjectName : string;

[C++]
    void get_ObjectName(std::string &OutResult);
    void set_ObjectName(const std::string &Value);

[PHP]
    string get_ObjectName()
    void set_ObjectName(string $Value)

[Java]
    String getObjectName();
    void setObjectName(String Value);

Description

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

See also:     Filename     Description     SubType    

Discuss this help topic in SecureBlackbox Forum