Save user WPRichText setting changes

  • I want to detect and then save user changes to setting changes such as Paper Size, Paper Orientation, Font, Font Size, Margins, etc.

    I then want to load these setting as the user defaults next time the user enters a WPTools session.

    Any suggestions on how to do this? The one property I am having trouble with is Headers.PageSize.

    I detect the changes to Header.PageHeight, Header.PageWidth, etc.but the Header.PageSize always reports my default (A4) with different height, width, etc. when I change to A5, Letter, A3 or any other papersize.

    TIA

    Zane

    • Offizieller Beitrag

    Hi,

    PaperSize should it be used in this case. It only works for a set of paper sizes and applies widths and height values according to this list. You only need to save PageWidth, PageHeiht, the margins and the Landscape property.

    Julian