Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.