Click or drag to resize

DocxSaveOptions Properties

The DocxSaveOptions type exposes the following members.

Properties
 NameDescription
Public propertyAllowGraphicHyperlinks Gets or sets a value indicating whether graphical hyperlinks are allowed.
Public propertyDetectTables Gets or sets a value indicating whether to recreate tables or leave them as graphical lines.
Public propertyFontEmbedding Gets or sets a value indicating whether to embed non-system fonts.
Public propertyKeepCharScaleAndSpacing Gets or sets a value indicating whether to keep the original char scaling and spacing or reset it to all symbols to 100%.
Public propertyLayoutMode Gets or sets the layout reconstruction mode.
Public propertyOptimizeImages Gets or sets a value indicating whether adjacent images should be merged into one.
Public propertyPageCount Gets or sets the number of pages to save.
Public propertyPageIndex Gets or sets the 0-based index of the first page to save.
Public propertyPreserveGraphics Gets or sets a value indicating whether vector graphics should be kept or skipped.
Public propertyPreserveImages Gets or sets a value indicating whether images should be kept or skipped.
Public propertyRasterizeVectorGraphics Gets or sets a value indicating whether complex vector graphics should be rasterized into images or left as is.
Public propertySelectedPages Gets or sets an array with pages to save (0-based index). Setting PageIndex or PageCount properties are overrides SelectedPages.
Public propertyShapeAnchoring Gets or sets a value indicating whether shape's coordinates are anchored relative to paragraph or not.
Public propertyShapeGrouping Gets or sets a value indicating whether to group the shapes or not.
Public propertyShowInvisibleText Gets or sets a value indicating whether to keep invisible text or skip it.
Top
See Also