PdfDocumentControlAppendPdfFile(Byte) Method
Call this method to append a PDF document from data after the HTML to PDF conversion in the final document
Namespace: HiQPdfClientAssembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
public void AppendPdfFile(
byte[] pdfData
)
Public Sub AppendPdfFile (
pdfData As Byte()
)
public:
void AppendPdfFile(
array<unsigned char>^ pdfData
)
member AppendPdfFile :
pdfData : byte[] -> unit
Parameters
- pdfData Byte
- The PDF document data