Discuss this help topic in SecureBlackbox Forum

TElPDFPublicKeyRecipientGroup.RecipientCount

TElPDFPublicKeyRecipientGroup     See also     


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


This read-only property contains the number of recipients in the group.

Declaration

[C#]
    int RecipientCount;

[VB.NET]
    Property RecipientCount As Integer

[Pascal]
    property RecipientCount : integer;

[C++]
    int32_t get_RecipientCount();

[PHP]
    integer get_RecipientCount()

[Java]
    int getRecipientCount();

Description

    Use this property to get total amount of recipients in the group.

See also:     AddRecipient     ClearRecipients     RemoveRecipient     Recipients     RecipientInfos     RecipientInfoCount    

Discuss this help topic in SecureBlackbox Forum