RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Forms.TPrintScale Enumeration

Represents the proportions of a printed form.

Pascal
TPrintScale = (
  poNone,
  poProportional,
  poPrintToFit
);
C++
enum TPrintScale {
  poNone,
  poProportional,
  poPrintToFit
};

Forms

Use TPrintScale to get or set the proportions of the printed form. TPrintScale can have one of the following values:

Value 
Meaning 
poNone  
No special scaling occurs; therefore, the printed form and how the form appears onscreen may appear squished or stretched.  
poProportional  
The form is printed so that the printed image is approximately the same visible size as on the screen (WYSIWYG). The form image is scaled so that the printed image is approximately the same visible size as on the screen.  
poPrintToFit  
The form is printed using the same screen proportions, but in a size that just fits the printed page.  

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!