DocumentCollection.PdfDocuments

DocumentCollection.PdfDocuments property

Gets or sets the collection of PDF documents to be processed.

public List<PdfDocument> PdfDocuments { get; set; }

See Also