PdfPublicKeyEncryptionInfo.Recipients Property

Gets the collection of recipients who have been granted access rights to the document.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public PdfCollection<PdfRecipientInfo> Recipients { get; }
VB
Public ReadOnly Property Recipients As PdfCollection(Of PdfRecipientInfo)
	Get

Property Value

Type: PdfCollection<PdfRecipientInfo>
The collection of recipients who have been granted access rights to the document.

See Also