Printing a File

Printing a File

Document ID: IR10027
The information in this article applies to:
  • AutoPlay Media Studio 5.0 Standard Edition
  • AutoPlay Media Studio 5.0 Professional Edition

SUMMARY

This article describes how to print a file from your application.

DISCUSSION

To print a file from your application:

Insert the following script into any event in your application:

File.Print("Autoplay\\Docs\\print_me.doc");

Please note that this action opens the document you wish to print in the default editor, prints the document, and closes the default editor. This behavior is similar to right clicking on a file in windows explorer and selecting print.

MORE INFORMATION

For more information please see the following topics in the AutoPlay Media Studio 5.0 help file:

  • Program Reference | Actions | File | File.Print

KEYWORDS: AutoPlay Media Studio 5.0, Print, File, Document


Last reviewed: September 26, 2003
Copyright © 2003 Indigo Rose Corporation. All rights reserved.