CHMlib Logo Leading Translation Management System for Translation Agencies, Top Translation Management Software for Freelance Translators, Time Tracking Software, Word Count, Character Count and Line Count Software, Computer Assisted Translation Tool for Easy Word Count, Clipboard Character Count Software, User-Friendly Translation Memory Software, Terminology Management Software, Terminology Management Server, Microsoft Glossary Software, Dictionary of Acronyms, Social Network for Translators and Translation Agencies, Acronyms and Abbreviations Search Engine, Russian Translation Lab, Ukrainian Translation Lab.
You are reading help file online using chmlib.com
CrisisHelper - First Aid in Tough Times of World Economic Crisis


_bm0 Rave Reports Developer Reference

TRvRenderPreview. ZoomFactor property (read/write/published)

Top  Previous  Next
Declaration
property ZoomFactor: double;

 

Default
100.0

 

Category

 

Description
This property defines the current zoom percent. A value of 100.0 is normal size, 200.0 is double normal size and 50.0 is half size.

 

See also

 

Example
This code updates the text in a field where the ZoomFactor can be edited by the user. It would be important to keep these well synchronized if more than one event can change this property.

 

Example (Delphi)
var   S1: string[10];
begin
Str(RvRenderPreview1.ZoomFactor:1:1,S1);
ZoomEdit.Text := S1;
RvRenderPreview1.RedrawPage;
end;

 

Example (C++Builder)
AnsiString S1;
S1 = FloatToStrF(RvRenderPreview1->ZoomFactor, ffGeneral,1,1);
ZoomEdit->Text = S1;
RvRenderPreview1->RedrawPage();



You are reading help file online using chmlib.com

If you want your help file to be removed or added please send e-mail to chmlibcom@gmail.com