EasyManua.ls Logo

MACROMEDIA FLASH 8-ACTIONSCRIPT 2.0 LANGUAGE - Orientation (Printjob.orientation Property); Pageheight (Printjob.pageheight Property)

MACROMEDIA FLASH 8-ACTIONSCRIPT 2.0 LANGUAGE
1378 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
1024 ActionScript classes
dance_mc._yscale = 50;
if (my_pj.addPage("dance_mc",
{xMin:0,xMax:400,yMin:0,yMax:600},null, 3)){
pageCount++;
}
dance_mc._xscale = x;
dance_mc._yscale = y;
}
}
}
}
}
}
// If addPage() was successful at least once, print the spooled pages.
if (pageCount > 0){
my_pj.send();
}
delete my_pj;
}
See also
send (PrintJob.send method), start (PrintJob.start method)
orientation (PrintJob.orientation property)
public orientation : String [read-only]
The image orientation for printing. This property can be either "landscape" or "portrait".
Note that this property is only available after a call to the
PrintJob.start() method.
Availability: ActionScript 1.0; Flash Player 7
pageHeight (PrintJob.pageHeight property)
public pageHeight : Number [read-only]
The height of the actual printable area on the page, in points. Any user-set margins are
ignored. Note that this property is only available after a call to the
PrintJob.start()
method.
Availability: ActionScript 1.0; Flash Player 7

Table of Contents

Related product manuals