API Reference

Enum

WordImageCompressionQuality

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

Defines OfficeIMO values corresponding to DocumentFormat.OpenXml.Drawing.BlipCompressionValues.

Inheritance

  • Enum
  • WordImageCompressionQuality

Usage

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

Accepted by parameters

Values

public const WordImageCompressionQuality Email #

Represents the Open XML value email.

Value: 0
public const WordImageCompressionQuality Screen #

Represents the Open XML value screen.

Value: 1
public const WordImageCompressionQuality Print #

Represents the Open XML value print.

Value: 2
public const WordImageCompressionQuality HighQualityPrint #

Represents the Open XML value hqprint.

Value: 3
public const WordImageCompressionQuality None #

Represents the Open XML value none.

Value: 4