Add | Adds a document to the PdfDocumentCollection, passing in the filename and password. |
AddDoc | Adds a new PdfDocument to the PdfDocumentCollection. |
Clear | Clears the entire PdfDocumentCollection. |
Contains | Determines if the PdfDocumentCollection contains the specified PdfDocument. |
CopyTo | Copies the entire collection to the specified array, starting at the given index of the target array. |
DocumentCount | Returns the number of documents within the PdfDocumentCollection. |
GetDocumentAt | Gets the PDFDocument at the given Index in the PdfDocumentCollection. |
IndexOf | Searches for the specified PDFDocument in the PdfDocumentCollection and returns its index. |
Insert | Inserts a document at the specified index location within the PdfDocumentCollection. |
Remove | Removes the specified document from the PdfDocumentCollection. |
RemoveAt | Removes a PDFDocument located at the given Index. |
SetParentControl | Invoke this method prior to accessing any other properties or methods. |