PdfDocumentOptionsAppendPDFFileArray Property |
An array of full paths of existing PDF documents to be appended to the PDF
document resulted after HTML conversion.
Headers and footers are not applied on the appended documents.
Namespace: ExpertPdf.HtmlToPdfAssembly: ExpertPdf.HtmlToPdf (in ExpertPdf.HtmlToPdf.dll) Version: 11.0.0
Syntaxpublic string[] AppendPDFFileArray { get; set; }
Public Property AppendPDFFileArray As String()
Get
Set
Property Value
Type:
String
See Also