Description

McPrintManager exposes the methods needed to setup the printer and print

Object Model


Remarks

The single instance of this object is exposed as McApplication.PrintManager

Members

Methods
PrintImages

Prints images in the ImageList according to PrintManager properties


Properties
AllFramesRead-write property

Assign and retrieve the state of AllFrames flag. This flag is only applicable for sequence files. If set to true, all frames in the selected sequence file will be printed. If false, the ToFrameNum and FromFrameNum values will be examined. The default value is true.

BottomMarginRead-write property

Assign and retrieve the value of the Bottom Margin property. The units must be specified otherwise Twips will be assumed. When specifying units, do not include a space between the number and the unit.

CopiesRead-write property

Assign and retrieve the number of copies to print.

FitToPageRead-write property
FromFrameNumRead-write property

Assign and retrieve the value of the FromFrameNum property. This value is only applicable for sequence files. If AllFrames is set to false, this value will be examined to ensure it is valid for the selected sequence file.

ImageListRead-write property

Collection used for specifying the list of images to print

ImagesPerPageRead-write property

Assign and retrieve the number of images per page to print.

IncludeOverlaysRead-write property

Assign and retrieve the state of IncludeOverlays flag. If set to true, all AOIs (areas of interest) and annotations will be printed. The default value is false.

LeftMarginRead-write property

Assign and retrieve the value of the Left Margin property. The units must be specified otherwise Twips will be assumed. The following units are supported: inches, points, twips, cm, mm, or pixels. When specifying units, do not include a space between the number and the unit.

PaperOrientationRead-write property

Assign and retrieve the number of images per page to print.

PaperSizeRead-write property

Assign and retrieve the paper size. Only paper sizes the selected printer supports will be allowed.

PrinterRead-write property

Assign and retrieve the current printer. If unassigned the default printer is used.

RightMarginRead-write property

Assign and retrieve the value of the Right Margin property. The units must be specified otherwise Twips will be assumed. When specifying units, do not include a space between the number and the unit.

ToFrameNumRead-write property

Assign and retrieve the value of the ToFrameNum property. This value is only applicable for sequence files. If AllFrames is set to false, this value will be examined to ensure it is valid for the selected sequence file.

TopMarginRead-write property

Assign and retrieve the value of the Top Margin property. The units must be specified otherwise Twips will be assumed. When specifying units, do not include a space between the number and the unit.