PDF export. How to define default zoom percentage?

Is it possible to set default zoom percentage during pdf export?

It is possible inside Acrobat (http://forums.adobe.com/thread/488335), but I found no way to do it inside FastReport.

Also is interesting is it possible somehow to set default pages to show.

Comments

  • edited April 2014
    It will be possible in next build. Fixes just sent to repository.

    Two properties were added to PDFExport class - "DefaultZoom" and "DefaultPage". DefaultPage is integer value which sets default page.
    Default zoom is an enumeration. Here are values for DefaultZoom option:
            public enum MagnificationFactor
            {
                ActualSize,
                FitPage,
                FitWidth,
                Default,
                Percent_10,
                Percent_25,
                Percent_50,
                Percent_75,
                Percent_100,
                Percent_125,
                Percent_150,
                Percent_200,
                Percent_400,
                Percent_800,
            };
    

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.