DocSaveOptions class

DocSaveOptions class

Specific options data class.

Inheritance: DocSaveOptionsDocRenderingOptionsRenderingOptions

The DocSaveOptions type exposes the following members:

Constructors

ConstructorDescription
initInitializes a new instance of the DocRenderingOptions class.

Properties

PropertyDescription
cssGets a CssOptions object which is used for configuration of css properties processing.
page_setupGets a page setup object is used for configuration output page-set.
horizontal_resolutionSets or gets horizontal resolution for internal (which are used during filters processing) images, in pixels per inch. By default this property is 300 dpi.
background_colorGets or sets Color which will fill background of every page. Default value is Transparent.
vertical_resolutionSets or gets vertical resolution for internal (which are used during filters processing) images, in pixels per inch. By default this property is 300 dpi.
font_embedding_ruleGets or sets the font embedding rule. The default value is FontEmbeddingRule.NONE.
document_formatGets or sets the file format of the output document. The default value is DocumentFormat.DOCX.

See Also