Discuss this help topic in SecureBlackbox Forum

TElPDFPublicKeyRecipientGroup.RemoveRecipient

TElPDFPublicKeyRecipientGroup     See also     


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


Removes one of recipients.

Declaration

[C#]
    void RemoveRecipient(int Index);

[VB.NET]
    Sub RemoveRecipient(ByVal Index As Integer)

[Pascal]
    procedure RemoveRecipient(Index: integer);

[C++]
    void RemoveRecipient(int32_t Index);

[PHP]
    void RemoveRecipient(integer $Index)

[Java]
    void removeRecipient(int Index);

Parameters

  • Index - index of the recipient in the list.

Description

    Use this method to remove one of recipients.

See also:     AddRecipient     ClearRecipients     Recipients     RecipientCount     RecipientInfos     RecipientInfoCount    

Discuss this help topic in SecureBlackbox Forum