2019.2

Table Of Contents
"PrintEx(printername,
*PdfPrintParams)" on
page264
Prints a range of PDF pages to the
specified Windows printer with specific
printer options stored in an
"IPdfPrintParams" on page283 structure.
"Save()" on page264 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
page264
Sets the contents for the PDF's Document
Information Dictionary.
"setTolerances
(tolerableDeltaWidth,
tolerableDeltaHeight,
tolerableDeltaFontHeight,
tolerableGap)" on page265
Sets the floating point values for the
tolerable factors.
"SetVersion (major, minor)"
on page266
Sets the version of the underlying PDF file
format. This is applied when the file is
saved.
"SetXMP(xmpPacket)" on
page266
Sets the XMP attachment by replacing the
existing one with xmpPacket.
IPDF methods reference
Close()
Closes the PDF file. If changes were made but not saved, they are silently lost. All IPage
objects must be released before closing a PDF.
Syntax
VOID Close ()
Page 257