In PrintDialog.ShowDialog dialog - user has option to select PostScript Custom Page Size as a print dimension, allowing custom entry of height and width.
This seems to be accepted for next print, but the next time Print Setup dialog is opened, printer selection is now seen set to "Letter". Can Print Setup persistently keep the PostScript option?
Same issue if I need to save the PostScript Custom Page size into the registry.
PrintDialog.Document.DefaultPageSettings.PaperSize will always return letter sizes and not the Custom Page Size defined by the user.
Michel Cunha