2019.2

Table Of Contents
VOID MergeToLayer (
STRING imageFile,
FLOAT left,
FLOAT top,
FLOAT rotateAngle,
FLOAT scaleFactor,
STRING layerName
)
imageFile
Full name of the image to insert on the current page.
left
Coordinate at which to place the left edge of the image from the left edge of the page, in
points.
top
Coordinate at which to place the top edge of the image from the top of the page, in points.
rotateAngle
Angle at which to rotate counter-clockwise the inserted image, in degrees. The rotation is
done after the image is placed at (left, top) and centered around that point.
scaleFactor
Scale at which to display the image. For bitmaps, this is based on a 72 dpi resolution. Use 1.0
for the nominal size.
layerName
Name of an Optional Content Group in which to put the layer containing the image. The string
cannot be empty but can be NULL if no layer is required.
MergeToLayer2(srcPage, left, top, rotateAngle, scaleFactor, layerName)
This method behaves the same as Merge2() but allows to put the source page as a layer (aka
an Optional Content Group).
Syntax
VOID MergeToLayer2 (
IPage srcPage,
FLOAT left,
Page 279