JVCL Help:TJvPreviewScaleMode

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

The type used for the ScaleMode property in TJvPreviewPageOptions.

run\JvPrvwDoc.pas


Pascal

 run\JvPrvwDoc.pas
 TJvPreviewScaleMode = (
smFullPage,
smPageWidth,
smScale,
smAutoScale,
smColsRows
);


Members

Members Description
smFullPage The page is scaled to fit inside the client area of the control.
smPageWidth Display a page so that its width fills the entire client width of the control.
smScale Use the Scale property to determine the size of the page(s) but also use Cols and Rows.
smAutoScale Use the Scale property to determine the size of the page(s) and change Cols and Rows if necessary.
smColsRows Display as many pages as specified by Cols and Rows and change Scale as necessary.

run\JvPrvwDoc.pas


Description

TJvPreviewScaleMode describes the available scale modes for a preview control.

run\JvPrvwDoc.pas


About

Navigation

no pages or subcategories

run\JvPrvwDoc.pas



Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page