WdPrintOutRange Enum

Definition

Specifies a range to print.

public enum class WdPrintOutRange
[System.Runtime.InteropServices.Guid("64DC8298-B347-32EE-BB16-96C885822088")]
public enum WdPrintOutRange
type WdPrintOutRange = 
Public Enum WdPrintOutRange
Inheritance
WdPrintOutRange
Attributes

Fields

wdPrintAllDocument 0

The entire document.

wdPrintCurrentPage 2

The current page.

wdPrintFromTo 3

A specified range.

wdPrintRangeOfPages 4

A specified range of pages.

wdPrintSelection 1

The current selection.

Applies to