PrintRange Výčet

Definice

Určuje část dokumentu, která se má vytisknout.

public enum class PrintRange
public enum PrintRange
[System.Serializable]
public enum PrintRange
type PrintRange = 
[<System.Serializable>]
type PrintRange = 
Public Enum PrintRange
Dědičnost
PrintRange
Atributy

Pole

AllPages 0

Vytisknou se všechny stránky.

CurrentPage 4194304

Aktuálně zobrazená stránka se vytiskne.

Selection 1

Vybrané stránky se vytisknou.

SomePages 2

Stránky mezi FromPage a ToPage se vytisknou.

Poznámky

Třídy PrinterSettings a PrintDialog používají tento výčet.

Další informace o tisku najdete v přehledu System.Drawing.Printing oboru názvů.

Platí pro

Viz také