JVCL Help:TJvPreviewScaleMode
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvPreviewScaleMode type
Search in JVCL Help
Search in all projectsSummary
The type used for the ScaleMode property in TJvPreviewPageOptions.
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. |
Description
TJvPreviewScaleMode describes the available scale modes for a preview control.
About
no pages or subcategories
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