WdPrintOutItem 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 item to print.
public enum class WdPrintOutItem
[System.Runtime.InteropServices.Guid("96E15CCE-75AA-3E47-9B68-410E9A544CD6")]
public enum WdPrintOutItem
type WdPrintOutItem =
Public Enum WdPrintOutItem
- Inheritance
-
WdPrintOutItem
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdPrintDocumentContent | 0 | Current document content. |
wdPrintProperties | 1 | Properties in the current document. |
wdPrintComments | 2 | Comments in the current document. |
wdPrintMarkup | 2 | Markup in the current document. |
wdPrintStyles | 3 | Styles in the current document. |
wdPrintAutoTextEntries | 4 | Autotext entries in the current document. |
wdPrintKeyAssignments | 5 | Key assignments in the current document. |
wdPrintEnvelope | 6 | An envelope. |
wdPrintDocumentWithMarkup | 7 | Current document content including markup. |