Table of Contents

Property Recipients

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

Recipients

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

public PdfCollection<PdfRecipientInfo> Recipients { get; }

Property Value

PdfCollection<PdfRecipientInfo>

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

Remarks

The Decrypt PDF documents in C# and VB.NET article contains examples of using this property.