Embedable property (IEpnPdfOptions)

Visual Basic example

Visual C++ example

 

Syntax

VARIANT_BOOL Embedable(short iIndex);

Overview

Refer to Saving PDF Document Files.

Remarks

Gets or sets an array of flags. Each element in this array is a flag that indicates whether the font at the same index in the Fonts array is a licenced font. Use this property only if the value of EmbedAll property is set to VARIANT_FALSE. Possible values are:

Value

Meaning

VARIANT_TRUE

The font is not licenced.

VARIANT_FALSE

The font is licenced. This is the default value.

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

The number of elements in this array is specified by the value of the EmbeddedFontsCount property.

This property is used to configure the PDF document properties.

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

To update the PDF document properties, set this property and the other IEpnPdfOptions properties accessed by the PDFOptions property and call the SetPrinterSaveOptions method.

See Also

Elements:

Version property, LevelMajor property, LevelMinor property, Title property, Subject property, Author property, Keywords property, CompressedDocuments property, CompressedImages property, Factor property, PageMode property, PageLayout property, Magnification property, CustomMag property, StartPage property, CountPages property, ShowToolbar property, ShowMenu property, ShowWindowControl property, Protect property, Method property, UserPassword property, OwnerPassword property, Copy property, Edit property, Comments property, Assembly property, Print property, FaithfulPrint property, Linearized property, BookMarkFont property, EnableURLDetect property, DashedHyperlink property, ForceHyperlinkColor property, Hyperlink property, ForceEmbed property, AutoEmbed property, EmbedAll property, EmbeddedFontsCount property, Checked property, Fonts property, GetPrinterSaveOptions method, SetPrinterSaveOptions method, PDFOptions property

Topics:

ePrint: Getting and Setting PDF Documents Options