GetViewInfo

GetViewInfo(ViewInfoOptions)

Gibt Informationen zu ansichts- und dokumentspezifischen Informationen zurück.

public ViewInfo GetViewInfo(ViewInfoOptions options)
Parameter Typ Beschreibung
options ViewInfoOptions Die Optionen zum Anzeigen von Informationen.

Rückgabewert

Informationen zu ansichts- und dokumentspezifischen Informationen.

Ausnahmen

Ausnahme Bedingung
ArgumentNullException Wann geworfenoptions ist Null.
PasswordRequiredException Wird ausgelöst, wenn zum Öffnen des Dokuments ein Kennwort erforderlich ist.
IncorrectPasswordException Wird ausgelöst, wenn das angegebene Kennwort falsch ist.

Bemerkungen

Erfahren Sie mehr

Siehe auch


GetViewInfo(ViewInfoOptions, CancellationToken)

Gibt Informationen zu ansichts- und dokumentspezifischen Informationen zurück.

public ViewInfo GetViewInfo(ViewInfoOptions options, CancellationToken cancellationToken)
Parameter Typ Beschreibung
options ViewInfoOptions Die Optionen zum Anzeigen von Informationen.
cancellationToken CancellationToken Stornierungstoken.

Rückgabewert

Informationen zu ansichts- und dokumentspezifischen Informationen.

Ausnahmen

Ausnahme Bedingung
ArgumentNullException Wann geworfenoptions ist Null.
PasswordRequiredException Wird ausgelöst, wenn zum Öffnen des Dokuments ein Kennwort erforderlich ist.
IncorrectPasswordException Wird ausgelöst, wenn das angegebene Kennwort falsch ist.

Bemerkungen

Erfahren Sie mehr

Siehe auch