Click or drag to resize

DocxSaveOptions Properties

The DocxSaveOptions type exposes the following members.

Properties
 NameDescription
Public propertyContentType Gets the content-type for DOCX file format: application/vnd.openxmlformats.
(Overrides SaveOptionsContentType)
Public propertyEmbeddedImageFormat Gets and sets the format to embed images in the saving document. Default value: Auto.
Public propertyEmbeddedJpegQuality Gets and sets the value value indicating Jpeg quality level. Affects only to the images which embedded in Jpeg format. Default value: 90.
Public propertyFormat Gets or sets the Word file format into which to save the DocumentCore instance.
Public propertyPassword Gets or sets the password used to protect / encrypt the document.
Public propertyPreserveEmbeddedFonts Gets or sets a value indicating whether to save embedded fonts inside DOCX document or look for similar fonts installed in the system. Default value: true.
Top
See Also