FramedText property (IEpnRtfOptions)

Visual Basic example

Visual C++ example

 

Syntax

VARIANT_BOOL FramedText;

Overview

Refer to Setting and Getting ePrint Printer Specifications.

Remarks

Indicates whether to draw a frame around text. The user can drag and drop the frame to change its location. Possible values are:

Value

Meaning

VARIANT_TRUE

Draw a frame around text. This is the default value.

VARIANT_FALSE

Do not draw a frame around text.

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

This property is used to configure the RTF document properties.

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

To update the MS document properties, set this property and the other IEpnRtfOptions properties accessed by the RTFOptions property and call the SetPrinterSaveOptions method.

See Also

Elements:

Title property, Subject property, Author property, Manager property, Company property, EnableURLDetect property, Underline property, ForceHyperlinkColor property, Hyperlink property, GetPrinterSaveOptions method, SetPrinterSaveOptions method, RTFOptions property

Topics:

ePrint: Getting and Setting RTF Documents Options