Printer Implementation - Cisco Interactive Experience Client 4600 Series User Manual

Hide thumbs Also See for Interactive Experience Client 4600 Series:
Table of Contents

Advertisement

Printer Implementation

While printing HTML documents, the end user will not be able to print external resources referred by
Note
that document such as images, flash clips or plugins.
The following is the global.printer object code:
interface Printer
{
signals:
}
Cisco Interactive Experience Client 4600 Series User Guide
B-2
attribute bool collateCopies;
readonly attribute int colorCount;
attribute ColorMode colorMode;
attribute int copyCount;
attribute bool doubleSidedPrinting;
attribute DuplexMode duplex;
attribute bool fontEmbeddingEnabled;
readonly attribute int fromPage;
readonly attribute int toPage;
attribute bool fullPage;
readonly attribute int widthMM;
readonly attribute int heightMM;
readonly attribute bool isValid;
readonly attribute string name;
attribute Orientation orientation;
attribute PageOrder pageOrder;
attribute PaperSize paperSize;
attribute PaperSource paperSource;
readonly attribute PrinterState state;
attribute int resolution;
readonly attribute list <int> supportedResolutions;
readonly attribute list <PaperSize> supportedPaperSizes;
readonly attribute bool supportsMultipleCopies;
readonly attribute list <string> availablePrinters;
readonly attribute string defaultPrinter;
readonly attribute map status;
slot bool abort();
slot bool newPage();
slot bool clearJobQueue();
list <real> getPageMargins(in Unit unit) const;
void setPageMargins(in real left, in real top, in real right, in real bottom, in
Unit unit);
bool setCurrentPrinter(in string printerName);
list <real> paperExactSize(Unit unit) const;
void setPaperExactSize(in real width, in real height, Unit unit) const;
int print(in string url);
int printCurrentPage();
int printCurrentPageRect(in int left , in int top, in int width, in int height);
int printElementBySelector(in string cssSelector );
void setFromTo(in int from, in int to);
void clearStatusHistory();
void errorStatus(in Date date, in int code, in string errorString);
Appendix B
Printers

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Iec 4632Iec 4610

Table of Contents