DOCOptions property (IEpnDocumentOptions)

Visual Basic example

Visual C++ example

 

Syntax

IEpnDocOptions * DOCOptions;

Overview

Refer to Setting and Getting ePrint Printer Specifications.

Remarks

(Rea only) Gets the information about MS DOC document properties. Use this property only if the value of the Format property of the IEpnSaveOptions object is set to FILE_DOC.

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

This IEpnDocOptions object contains the following properties:

Author property

Company property

EnableURLDetect property

ForceHyperlinkColor property

FramedText property

Hyperlink property

Manager property

Subject property

TableDetection property

Title property

Underline property

The above properties are updated by calling the GetPrinterSaveOptions method.

The DOCOptions 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.

See Also

Elements:

PDFOptions property, HTMOptions property, TXTOptions property, RTFOptions property, WithoutShapes property, MultiPageFile property, Author property, Company property, EnableURLDetect property, ForceHyperlinkColor property, FramedText property, Hyperlink property, Manager property, Subject property, TableDetection property, Title property, Underline property, SetPrinterSaveOptions method, GetPrinterSaveOptions method, DocumentOptions property

Topics:

ePrint: Getting and Setting Saving Options