Discuss this help topic in SecureBlackbox Forum

TElPDFPublicKeySecurityHandler.AddRecipientGroup

TElPDFPublicKeySecurityHandler     See also     


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


Adds group of recipients.

Declaration

[C#]
    int AddRecipientGroup();

[VB.NET]
    Function AddRecipientGroup() As Integer

[Pascal]
    function AddRecipientGroup: integer;

[C++]
    int32_t AddRecipientGroup();

[PHP]
    integer AddRecipientGroup()

[Java]
    int addRecipientGroup();

Return value

    Index of the added group in the RecipientGroups array.

Description

    Use this method to add one more group of recipients. Group of recipients is the group of users who have the same rights for working with the document.

See also:     ClearRecipientGroups     RemoveRecipientGroup     RecipientGroups     RecipientGroupCount    

Discuss this help topic in SecureBlackbox Forum