Discuss this help topic in SecureBlackbox Forum

TElPDFPasswordSecurityHandler.GetName

TElPDFPasswordSecurityHandler     See also     


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


Returns PDF-specific name of the security handler

Declaration

[C#]
    string GetName();

[VB.NET]
    Function GetName() As String

[Pascal]
    class function GetName: string;

[C++]
    static void GetName(std::string &OutResult);

[PHP]
    string GetName()

[Java]
    String getName();

Return value

    PDF name

Description

    Use this method to get security handler's PDF-specific name.

See also:     GetDescription    

Discuss this help topic in SecureBlackbox Forum