Document(String) Constructor |
Creates a PDF document from an existing PDF file.
Namespace: ExpertPdf.HtmlToPdf.PdfDocumentAssembly: ephtmltopdf (in ephtmltopdf.dll) Version: 21.1.0
Syntaxpublic Document(
string pdfFileName
)
Public Sub New (
pdfFileName As String
)
Parameters
- pdfFileName String
- The full path of an existing PDF document file.
See Also