2019.2

Table Of Contents
"Pages()" on page261 IPages
(see
"Pages
collection
object" on
page265)
Provides access to the Pages collection of the
PDF.
"Print(printername)" on
page261
Prints a range of PDF pages to the specified
Windows printer with default options.
"PrintEx(printername,
*PdfPrintParams)" on
page262
Prints a range of PDF pages to the specified
Windows printer with specific printer options
stored in an "IPdfPrintParams" on page282
structure.
"Save()" on page262 Saves changes to the PDF file. The version of
the PDF file format is the highest possible for a
newly created file and is unchanged when
saving an existing file, unless the SetVersion
method was called in which case the file format
used will be the one set by SetVersion.
"SetInfos(Infos)" on
page263
Sets the contents for the PDF's Document
Information Dictionary.
"setTolerances
(tolerableDeltaWidth,
tolerableDeltaHeight,
tolerableDeltaFontHeight,
tolerableGap)" on
page263
Sets the floating point values for the tolerable
factors.
"SetVersion (major,
minor)" on page264
Sets the version of the underlying PDF file
format. This is applied when the file is saved.
"SetXMP(xmpPacket)" on
page264
Sets the XMP attachment by replacing the
existing one with xmpPacket.
Page 255