WdExportOptimizeFor Enumeration

Specifies the resolution and quality of the exported document.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Public Enumeration WdExportOptimizeFor
'Usage
Dim instance As WdExportOptimizeFor
public enum WdExportOptimizeFor

Members

Member name Description
wdExportOptimizeForPrint Export for print, which is higher quailty and results in a larger file size.
wdExportOptimizeForOnScreen Export for screen, which is a lower quality and results in a smaller file size.

Remarks

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

See Also

Reference

Microsoft.Office.Interop.Word Namespace