Discuss this help topic in SecureBlackbox Forum

TElOfficeOpenXPSSignatureDefinition.SpotID

TElOfficeOpenXPSSignatureDefinition     See also     


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


Specifies the identifier of the signature spot.

Declaration

[C#]
    string SpotID;

[VB.NET]
    Property SpotID As String

[Pascal]
    property SpotID : UnicodeString;

[C++]
    void get_SpotID(sb_u16string &OutResult);
    void get_SpotID(std::wstring &OutResult);
    void set_SpotID(const sb_u16string &Value);
    void set_SpotID(const std::wstring &Value);

[PHP]
    string get_SpotID()
    void set_SpotID(string $Value)

[Java]
    String getSpotID();
    void setSpotID(String Value);

Description

    Use this property to specify the globally unique identifier of the signature spot.

See also:     SpotIDGUID    

Discuss this help topic in SecureBlackbox Forum