Discuss this help topic in SecureBlackbox Forum

TElPGPWriter.SFXTitle

TElPGPWriter     See also     


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


Specifies title string to be shown on data extraction.

Declaration

[C#]
    string SFXTitle;

[VB.NET]
    Property SFXTitle As String

[Pascal]
    property SFXTitle : string;

[C++]
    void get_SFXTitle(std::string &OutResult);
    void set_SFXTitle(const std::string &Value);

[PHP]
    string get_SFXTitle()
    void set_SFXTitle(string $Value)

[Java]
    not available

Description

    Use this property to set the title which is shown on data extraction.

See also:     SFXCopyright     SFXEnabled    

Discuss this help topic in SecureBlackbox Forum