« back
setContent(content:*, w:uint = 0, h:uint = 0)
Required. Content to print. If “w” and “h” are not set, the width and height of the content will be used to calculate the printable area. Use “w” and “h” if, for example, the content to be printed contains some stuff off stage (a mask, starting position of an animated mc or whatever), which will lead to an uncorrect size. Also keep in mind that the content will be temporarily resized to 100% (scaleX=scaleY=1) before it will be printed.
setMargins(left:Number, top:Number, right:Number, bottom:Number)
setMultiPage(multipage:Boolean, overlap:uint = 0)
setPrintAsBitmap(value:Boolean)
setOffset(x:Number, y:Number)
Default is 0,0. Example: Lets say you want to print out an area of your movie clip that has its upper left corner at x=400, y=300, use setOffest(-400,-300). To adjust the missing width, you can add i again by using addWidth(400).