PrintScreen – PB Docs 126

PrintScreen PowerScript function

Description

Prints the screen image as part of a print job.

Syntax

Argument

Description

printjobnumber

The number the PrintOpen function
assigns to the print job.

x

An integer whose value is the x coordinate
on the page, in thousandths of an inch, of the upper-left corner
of the screen image.

y

An integer whose value is the y coordinate
on the page, in thousandths of an inch, of the upper-left corner
of the screen image.

width
(optional)

The integer width of the printed screen
in thousandths of an inch. If you omit width,
PowerBuilder prints the screen at its original width. If you specify width,
you must also specify height.

height
(optional)

The integer height of the printed screen
in thousandths of an inch. If you omit height,
PowerBuilder prints the screen at its original height.

Return Values

Integer. Returns 1 if it succeeds and
-1 if an error occurs. If any argument’s value is null, PrintScreen returns null.

Examples

This statement prints the current screen image in
its original size at location 500, 1000:

See Also


Document get from Powerbuilder help
Thank you for watching.
Was this article helpful?
Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x