WdExportOptimizeFor Enum

Definition

Specifies the resolution and quality of the exported document.

public enum class WdExportOptimizeFor
[System.Runtime.InteropServices.Guid("147553BC-4DC5-3681-A445-D1C4BEA414AD")]
public enum WdExportOptimizeFor
type WdExportOptimizeFor = 
Public Enum WdExportOptimizeFor
Inheritance
WdExportOptimizeFor
Attributes

Fields

wdExportOptimizeForOnScreen 1

Export for screen, which is a lower quality and results in a smaller file size.

wdExportOptimizeForPrint 0

Export for print, which is higher quailty and results in a larger file size.

Remarks

Use with the ExportAsFixedFormat method for the Document, Range, or Selection object.

Applies to