Vcl.Forms.TCustomActiveForm.PrintScale

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property PrintScale: TPrintScale read FPrintScale write FPrintScale stored IsForm default 1;

C++

__property PrintScale = {default=1};

Properties

Type Visibility Source Unit Parent
property published
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TCustomActiveForm

Description

Represents the proportions of a printed form.

Vcl.Forms.TCustomActiveForm.PrintScale inherits from Vcl.Forms.TCustomForm.PrintScale. All content below this line refers to Vcl.Forms.TCustomForm.PrintScale.

Represents the proportions of a printed form.

Use PrintScale to get or set the proportions of the printed form. PrintScale can have one of the following TPrintScale 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.



See Also