Version property (IEpnPdfOptions)

Visual Basic example

Visual C++ example

 

Syntax

PDFVersionConstants Version;

Overview

Refer to Saving PDF Document Files.

Remarks

Gets or sets the PDF version to be used while saving documents. Possible values are:

Value

Meaning

PDF_VERSION_AUTO

The PDF writer determines the version to be used when saving PDF documents automatically. Generally, PDF documents will be saved using version 1.2 or above depending on the contents of the document. This is the default value.

PDF_VERSION_1_3

Save the PDF document, using version 1.3 or above depending on the contents of the document.

PDF_VERSION_1_4

Save the PDF document, using version 1.4.

PDF_VERSION_1_5

Save the PDF document, using version 1.5.

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

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:

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, 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, Embedable property, Fonts property, GetPrinterSaveOptions method, SetPrinterSaveOptions method, PDFOptions property

Topics:

ePrint: Getting and Setting PDF Documents Options