Always selects Letter not A4 (WP4.2)

  • I have a simple set up at a clients. The printing requirement is minimal. I will upgrade to V5, but probably not until I have purchased D2006.
    I have
    TWPToolBar & TWPRichText;
    I am pretty sure the default printers default paper size is A4. But when they hit the print button it says it is Letter. Because I know so little about printing from the component set, I am not sure which properties to set to ensure it is A4.

    Sorry for being so dense. I have tried a few combinations and a few props.

    TIA

    • Offizieller Beitrag

    Hi,

    Select the 'donotupdate' flag in PrintParameter.PrintOptions. In this cas ethe page size will not be updated in the printer.

    See the property Header to select/change the current page size or the pagesize applied after 'Clear' ("Default...")

    Julian