AGK for Pascal
ContentsIndexHome
PreviousUpNext
TAgkImage.Print Method

Prints the image to a connected printer.

Syntax
Pascal
procedure Print(const Size: Single);
Parameters 
Description 
const Size: Single 
the amount of space to use on the page, between 0 and 100. 

This command is not guaranteed to work on all platforms. The Size parameter determines how large the image is on the page. A value of 100 makes it use as much of the page as possible, 50 makes it use half this amount, 25 a quarter and so on.

Copyright (c) 2012. All rights reserved.