Discuss this help topic in SecureBlackbox Forum

TElPDFPublicKeySecurityHandler.RemoveRecipientGroup

TElPDFPublicKeySecurityHandler     See also     


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


Removes group of recipients.

Declaration

[C#]
    void RemoveRecipientGroup(int Index);

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

[Pascal]
    procedure RemoveRecipientGroup(Index: integer);

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

[PHP]
    void RemoveRecipientGroup(integer $Index)

[Java]
    void removeRecipientGroup(int Index);

Parameters

Description

    Use this method to remove one of recipients groups.

See also:     AddRecipientGroup     ClearRecipientGroups     RecipientGroups     RecipientGroupCount    

Discuss this help topic in SecureBlackbox Forum