MultiPageFile property (IEpnDocumentOptions)

Visual Basic example

Visual C++ example

 

Syntax

VARIANT_BOOL MultiPageFile;

Overview

Refer to Saving PDF Document Files.

Remarks

Indicates whether to save a multi-page file, each page in a separate file or save all pages in one file. For more information on multi-page files refer to Multipage File Formats. Possible values are:

Value

Meaning

VARIANT_TRUE

Save multi-page files.

VARIANT_FALSE

Save single page files. This is the default value.

Support for Basic functionality must be unlocked by calling the UnlockSupport method before using this method.

To update the value of this property with the currently used setting, call the GetPrinterSaveOptions method.

To update the document options, set this property and the other IEpnDocumentOptions properties accessed by the DocumentOptions property and call the SetPrinterSaveOptions method.

See Also

Elements:

PDFOptions property, HTMOptions property, TXTOptions property, RTFOptions property, DOCOptions property, WithoutShapes property, SetPrinterSaveOptions method, GetPrinterSaveOptions method, DocumentOptions property

Topics:

ePrint: Getting and Setting Saving Options