Click or drag to resize

DocxSaveOptions Class

Represents a class which stores saving options for Microsoft Word Document files.
Inheritance Hierarchy
SystemObject
  SautinSoft.PdfSaveOptions
    SautinSoft.PdfDocxSaveOptions

Namespace: SautinSoft.Pdf
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.8.8
Syntax
public sealed class DocxSaveOptions : SaveOptions

The DocxSaveOptions type exposes the following members.

Constructors
 NameDescription
Public methodDocxSaveOptions Initializes a new instance of the DocxSaveOptions class.
Top
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
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also