I'm using the UltraGridWordWriter (Netadvantage V22.1) in a Win Forms application to export data. The generated MS Word document always has letter format, however I want to use A4 by default.
Hello Urs,
Looking into the API we have a property FinalSectionProperties which defines the page-related properties of the document such as size, margins, and orientation.
You can set page size A4 using pageSize property .:https://ko.infragistics.com/help/winforms/infragistics.documents.io~infragistics.documents.word.sectionproperties_members
Let me know if this helped.