Sdílet prostřednictvím


WritingProgressChangeLevel Výčet

Definice

Určuje rozsah události WritingProgressChanged.

public enum class WritingProgressChangeLevel
public enum WritingProgressChangeLevel
type WritingProgressChangeLevel = 
Public Enum WritingProgressChangeLevel
Dědičnost
WritingProgressChangeLevel

Pole

Name Hodnota Description
None 0

Průběh výstupu není zadaný.

FixedDocumentSequenceWritingProgress 1

Průběh výstupu více posloupnosti dokumentů.

FixedDocumentWritingProgress 2

Průběh výstupu jednoho dokumentu

FixedPageWritingProgress 3

Průběh výstupu jedné stránky

Poznámky

Výčet WritingProgressChangeLevel se používá k určení WritingLevel vlastnosti WritingProgressChangedEventArgs třídy.

Platí pro

Viz také