ExpertPdf Html to Pdf Converter Library
PrependPDFFileArray Property
NamespacesExpertPdf.HtmlToPdfPdfDocumentOptionsPrependPDFFileArray
ExpertPdf Html to Pdf Converter Library
An array of full paths of existing PDF documents which will prefix the PDF document resulted after HTML conversion. This property can be used to add a cover page or document to the document resulted after HTML conversion. Headers and footers are not applied on the prepended documents.
Declaration Syntax
C#Visual BasicVisual C++
public string[] PrependPDFFileArray { get; set; }
Public Property PrependPDFFileArray As String()
	Get
	Set
public:
property array<String^>^ PrependPDFFileArray {
	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)