PDFOptions property (IEpnDocumentOptions)

Visual Basic example

Visual C++ example

 

Syntax

IEpnPdfOptions * PDFOptions;

Overview

Refer to Setting and Getting ePrint Printer Specifications.

Remarks

(Read only) Gets information about PDF document properties. Use this property only if the value of the Format property of the IEpnSaveOptions object is set to FILE_PDF.

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

This IEpnPdfOptions object contains the following properties:

Assembly property

Author property

AutoEmbed property

BookMarkFont property

Checked property

Comments property

CompressedDocuments property

CompressedImages property

Copy property

CountPages property

CustomMag property

DashedHyperlink property

Edit property

Embedable property

EmbedAll property

EmbeddedFontsCount property

EnableURLDetect property

Factor property

FaithfulPrint property

Fonts property

ForceEmbed property

ForceHyperlinkColor property

Hyperlink property

Keywords property

LevelMajor property

LevelMinor property

Linearized property

Magnification property

Method property

OwnerPassword property

PageLayout property

PageMode property

Print property

Protect property

ShowMenu property

ShowToolbar property

ShowWindowControl property

StartPage property

Subject property

Title property

UserPassword property

Version property

The above properties are updated by calling the GetPrinterSaveOptions method.

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

Note that the BookMarkFont property is read-only interface property that contains multiple sub-properties. Calling the GetPrinterSaveOptions or SetPrinterSaveOptions method updates or sets each individual sub-property associated with the three interface properties.

See Also

Elements:

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

Topics:

ePrint: Getting and Setting Saving Options