WdExportOptimizeFor Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
wdExportOptimizeForPrint | 0 | Export for print, which is higher quailty and results in a larger file size. |
wdExportOptimizeForOnScreen | 1 | 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.