Adds a document to the PdfDocumentCollection, passing in the filename and password.
Visual Basic |
---|
Public Function Add( _ ByVal FileName As String, _ ByVal Password As String _ ) As PdfDocument |
- FileName
- A string value which represents the filename.
- Password
- A string value which represents the password.
A new PDFDocument added to the PdfDocumentCollection.