TAILIEUCHUNG - Flash: ActionScript Language Reference- P8

Tham khảo tài liệu 'flash: actionscript language reference- p8', công nghệ thông tin, đồ họa - thiết kế - flash phục vụ nhu cầu học tập, nghiên cứu và làm việc hiệu quả | Example The following example shows several ways to issue the addPage command function var pageCount Number 0 var my_pj PrintJob new PrintJob if Print entire current frame of the _root movie in vector format if 0 pageCount Starting at 0 0 print an area 400 pixels wide and 500 pixels high of the current frame of the _root movie in vector format if 0 xMin 0 xMax 400 yMin 0 yMax 500 pageCount Starting at 0 0 print an area 400 pixels wide and 500 pixels high of frame 1 of the _root movie in bitmap format if 0 xMin 0 xMax 400 yMin 0 yMax 500 printAsBitmap true 1 pageCount Starting 50 pixels to the right of 0 0 and 70 pixels down print an area 500 pixels wide and 600 pixels high of frame 4 of level 5 in vector format if 5 xMin 50 xMax 550 yMin 70 yMax 670 null 4 pageCount Starting at 0 0 print an area 400 pixels wide and 400 pixels high of frame 3 of the dance_mc movie clip in bitmap format if dance_mc xMin 0 xMax 400 yMin 0 yMax 400 printAsBitmap true 3 pageCount Starting at 0 0 print an area 400 pixels wide and 600 pixels high of frame 3 of the dance_mc movie clip in vector format at 50 of its actual size var x Number var y Number 50 50 if dance_mc xMin 0 xMax 400 yMin 0 yMax 600 null 3 pageCount x y 701 If addPage was successful at least once print the spooled pages. if pageCount 0 delete my_pj See also 702 Chapter 2 ActionScript Language Reference Availability Flash Player 7. Usage Void Parameters None. Returns Nothing. Description Method used following and to send spooled pages to the printer. Because calls to will not be successful if related calls to PrintJob .start and failed you should check that calls to .

TỪ KHÓA LIÊN QUAN
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.