WithoutShapes property (IEpnDocumentOptions)

Visual Basic example

Visual C++ example

 

Syntax

VARIANT_BOOL WithoutShapes;

Overview

Refer to Saving PDF Document Files.

Remarks

Indicates whether to generate documents supporting shapes. This property value is valid for all document types except TXT files. Possible values are:

Value

Meaning

VARIANT_TRUE

Do not support shapes.

VARIANT_FALSE

Support shapes. 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, MultiPageFile property, SetPrinterSaveOptions method, GetPrinterSaveOptions method, DocumentOptions property

Topics:

ePrint: Getting and Setting Saving Options