Table of Contents

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

printers vdPrintArray

An vdPrintArray object (array of vdPrinter objects) that are going to be used for each page of the PDF.

filename string

The filename of the exported PDF.

Returns

bool

True if the operation was succesfull.