ExpertPdf Html to Pdf Converter Library
AppendPDFFileArray Property
NamespacesExpertPdf.HtmlToPdfPdfDocumentOptionsAppendPDFFileArray
ExpertPdf Html to Pdf Converter Library
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.
Declaration Syntax
C#Visual BasicVisual C++
public string[] AppendPDFFileArray { get; set; }
Public Property AppendPDFFileArray As String()
	Get
	Set
public:
property array<String^>^ AppendPDFFileArray {
	array<String^>^ get ();
	void set (array<String^>^ value);
}
Property Value
array<String>[]()[][]

Assembly: ExpertPdf.HtmlToPdf (Module: ExpertPdf.HtmlToPdf.dll) Version: 9.2.0.25824 (9.2.0.0)