Lost Landscape Printing Capability

  • When I upgraded to version 5.23.1, I lost the ability to print Landscape with a TWPRichEdit. When I reinstalled the my previous version 5.21.1, I was able to print Landscape. (so something changed to cause this bug).

    BTW, when I right-click on a TWPRichEdit, the version is always displayed as V 5.20.0. Shouldn't this also change?

    • Offizieller Beitrag

    Hi,

    >>When I upgraded to version 5.23.1, I lost the ability to print Landscape with a TWPRichEdit. When I reinstalled the my previous version 5.21.1, I was able to print Landscape. (so something changed to cause this bug). <<It> ph // old method
    else
    begin
    props := RTFData.GetSectionProps(RTFPage.SectionID);
    if props <nil> ph;
    end;

    To me this works much better now. Maybe the landscape flag is not set in your file ?

    Julian