API Reference

Enum

PowerPointImagePlacement

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

Semantic image placement policy.

Inheritance

  • Enum
  • PowerPointImagePlacement

Usage

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

Values

public const PowerPointImagePlacement Fill #

Fill the target box and crop around the focal point.

Value: 0
public const PowerPointImagePlacement Fit #

Fit the complete image inside the target box.

Value: 1
public const PowerPointImagePlacement Stretch #

Stretch the image to the target box.

Value: 2