API Reference

Class

WordImageExportOptions

Namespace OfficeIMO.Word
Assembly OfficeIMO.Word
Base OfficeImageExportOptions
Modifiers sealed

Options controlling dependency-free Word document image export.

Inheritance

  • OfficeImageExportOptions
  • WordImageExportOptions

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Accepted by parameters

Constructors

Methods

public WordImageExportOptions Clone() #
Returns: WordImageExportOptions

Creates an independent options snapshot.

Properties

public override Double LogicalUnitsPerInch { get; } #
public Boolean IncludeDocumentContent { get; set; } #

Gets or sets a value indicating whether document body content should be rendered when supported.

public Int32 PageIndex { get; set; } #

Gets or sets the zero-based page index to render or the first page used by batch export.

public Nullable<Int32> PageCount { get; set; } #

Gets or sets the maximum number of pages returned by batch export. A null value exports from PageIndex through the estimated end of the document. Single-page export ignores this value.