Method ExportMultiPagePDF
- Namespace
- VectorDraw.Professional.vdObjects
- Assembly
- VectorDraw.Professional.dll
ExportMultiPagePDF(vdPrintArray, string)
This method can be used in order to create multi page PDF files.
public bool ExportMultiPagePDF(vdPrintArray printers, string filename)
Parameters
printersvdPrintArrayAn vdPrintArray object (array of vdPrinter objects) that are going to be used for each page of the PDF.
filenamestringThe filename of the exported PDF.
Returns
- bool
True if the operation was succesfull.