Document Solutions for Word .NET v9.1.0

Released: May 5, 2026

Atualizações na v9.1.0

Recursos

  • Added ListNumFieldOptions class: Represents options for the LISTNUM field.
  • Added AutoNumFieldOptions class: Represents options for the AUTONUM field.
  • Added AutoNumLglFieldOptions class: Represents options for the AUTONUMLGL field.
  • Added AutoNumOutFieldOptions class: Represents options for the AUTONUMOUT field.
  • Added support for generating PDFs that comply with PDF/A or PDF/UA specifications.
    Related PdfOutputSettings properties added:
    • ExportStructureTags property: indicates whether the exported PDF document should be marked as PDF/UA compliant.
    • ConformanceLevel property: specifies the PDF/A conformance level for the exported document.
    • MissingDocumentTitle property: specifies the placeholder used as the document title for accessible PDF export if GcWordLayout.Title has not been set.
    • MissingShapeAlternativeText property: specifies the placeholder used as alternative text for accessible PDF export if ShapeBase.AlternativeText has not been set.
    • MissingHyperlinkScreenTip property: specifies the placeholder used as annotation content for accessible PDF export if Hyperlink.ScreenTip has not been set.