Document(String) Constructor
Creates a PDF document from and existing PDF file.
Namespace: Winnovative.ExcelToPdfAssembly: WnvExcelToPdf_NetCore (in WnvExcelToPdf_NetCore.dll) Version: 12.0.0
public Document(
string pdfFilePath
)
Public Sub New (
pdfFilePath As String
)
public:
Document(
String^ pdfFilePath
)
new :
pdfFilePath : string -> Document
Parameters
- pdfFilePath String
- The full path of an existing PDF document file.