Discuss this help topic in SecureBlackbox Forum

TElPDFFileAttachment.SubType

TElPDFFileAttachment     See also     


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


Specifies the subtype of the attached object.

Declaration

[C#]
    string SubType;

[VB.NET]
    Property SubType As String

[Pascal]
    property SubType : string;

[C++]
    void get_SubType(std::string &OutResult);
    void set_SubType(const std::string &Value);

[PHP]
    string get_SubType()
    void set_SubType(string $Value)

[Java]
    String getSubType();
    void setSubType(String Value);

Description

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

See also:     ObjectName     Description    

Discuss this help topic in SecureBlackbox Forum