DL Logo

PDDoc Functions

PDDocPrintPages

Header: PDFLProcs.h:186

Description

Prints a range of pages from a document, controlled by a structure of data and callbacks.

Note: This low-level method should be avoided; use the higher-level PDFLPrintDoc() instead.

Related Methods

Syntax

void PDDocPrintPages(PDPrintClient client);

Parameters

client
Control structure for the operation, containing data and callback procedures.

Exceptions