Hello,
the PrintSettings object contains all the settings for printing a document loaded into a SyntaxEditor. How can that be persisted? There is a method called ShouldSerializePrintSettings() but I'm not sure how this is being used.
I would like to save the PrintSettings e.g. in a string so I can store it in the application settings and on next application startup restore these settings back to the object. Is that possible without having to do everything manually?
Thanks and best regards,
Joe