Discuss this help topic in SecureBlackbox Forum

TElOfficeOpenXPSSignatureDefinition.SpotIDGUID

TElOfficeOpenXPSSignatureDefinition     See also     


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


Specifies the GUID of the signature spot.

Declaration

[C#]
    Guid SpotIDGUID;

[VB.NET]
    Property SpotIDGUID As Guid

[Pascal]
    property SpotIDGUID : TGUID;

[C++]
    void get_SpotIDGUID(TGuid &OutResult);
    void set_SpotIDGUID(TGuid &Value);

[PHP]
    TGuid get_SpotIDGUID()
    void set_SpotIDGUID(TGuid $Value)

[Java]
    not available

Description

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

See also:     SpotID    

Discuss this help topic in SecureBlackbox Forum