Discuss this help topic in SecureBlackbox Forum

TElPDFPublicKeySecurityHandler.RecipientGroupCount

TElPDFPublicKeySecurityHandler     See also     


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


This read-only property contains the number of recipients groups.

Declaration

[C#]
    int RecipientGroupCount;

[VB.NET]
    Property RecipientGroupCount As Integer

[Pascal]
    property RecipientGroupCount : integer;

[C++]
    int32_t get_RecipientGroupCount();

[PHP]
    integer get_RecipientGroupCount()

[Java]
    int getRecipientGroupCount();

Description

    Use this property to get total amount of the recipients groups.

See also:     AddRecipientGroup     ClearRecipientGroups     RemoveRecipientGroup     RecipientGroups    

Discuss this help topic in SecureBlackbox Forum