ForceHyperlinkColor property (IEpnDocOptions)

Visual Basic example

Visual C++ example

 

Syntax

VARIANT_BOOL ForceHyperlinkColor;

Overview

Refer to Setting and Getting ePrint Printer Specifications.

Remarks

Indicates whether to use a custom color for the detected URLs. Use this property only if the value of the EnableURLDetect property is set to VARIANT_TRUE. Possible values are:

Value

Meaning

VARIANT_TRUE

Use a custom color for the detected URLs.

VARIANT_FALSE

Do not use a custom color for the detected URLs. This is the default value.

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

This property is used to configure the MS 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 IEpnDocOptions properties accessed by the DOCOptions property and call the SetPrinterSaveOptions method.

See Also

Elements:

Title property, Subject property, Author property, Manager property, Company property, FramedText property, TableDetection property, EnableURLDetect property, Hyperlink property, Underline property, GetPrinterSaveOptions method, SetPrinterSaveOptions method, DOCOptions property

Topics:

ePrint: Getting and Setting MS Word Documents Options