DocumentOptions property (IEpnSaveOptions)

Visual Basic example

Visual C++ example

 

Syntax

IEpnDocumentOptions *DocumentOptions;

Overview

Refer to Setting and Getting ePrint Printer Specifications.

Remarks

(Read only) Gets the document properties. The document can be a PDF document, HTML page, TXT file, MS Word DOC document, or RTF document.

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

Use this property if the value of the DocumentType property is set to FT_SAVE_TYPE_DOCUMENT.

This IEpnDocumentOptions object contains the following properties:

DOCOptions property

HTMOptions property

PDFOptions property

RTFOptions property

TXTOptions property

WithoutShapes property

MultiPageFile property

The above properties are updated by calling the GetPrinterSaveOptions method.

The DocumentOptions property itself is read only. However, the properties accessed by this property can be set with new values. To set these values, call the SetPrinterSaveOptions method.

Note that the DOCOptions, HTMOptions, PDFOptions, RTFOptions, and TXTOptions properties are read-only interface properties that contain multiple sub-properties. Calling the GetPrinterSaveOptions or SetPrinterSaveOptions method updates or sets each individual sub-property associated with the five interface properties.

See Also

Elements:

FileName property, Format property, DocumentType property, RasterOptions property, DocumentOptions property, GetPrinterSaveOptions method, SetPrinterSaveOptions method, DOCOptions property, HTMOptions property, PDFOptions property, RTFOptions property, TXTOptions property, WithoutShapes property, MultiPageFile property

Topics:

ePrint: Getting and Setting Saving Options