API Reference

Enum

WordImageFillMode

Namespace OfficeIMO.Word
Assembly OfficeIMO.Word
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Determines how an image fills its bounding box.

Inheritance

  • Enum
  • WordImageFillMode

Usage

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

Values

public const WordImageFillMode Stretch #

Stretch the image to fill the area.

Value: 0
public const WordImageFillMode Tile #

Tile the image to fill the area.

Value: 1
public const WordImageFillMode Fit #

Scale the image uniformly to fit within the area.

Value: 2
public const WordImageFillMode Center #

Place the image at the center without scaling.

Value: 3