Discuss this help topic in SecureBlackbox Forum

TElPDFPublicKeySecurityHandler.GetName

TElPDFPublicKeySecurityHandler     See also     


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


Returns PDF-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 PDF-name

See also:     GetDescription    

Discuss this help topic in SecureBlackbox Forum