Document Constructor (String) |
Creates a PDF document from and existing PDF file.
Namespace: ExpertPdf.PdfCreatorAssembly: ExpertPdf.PdfCreator (in ExpertPdf.PdfCreator.dll) Version: 11.0.0
Syntaxpublic Document(
string pdfFileName
)
Public Sub New (
pdfFileName As String
)
Parameters
- pdfFileName
- Type: SystemString
The full path of an existing PDF document file.
See Also