LoadOptions

LoadOptions class

Bietet Optionen für das Laden von Dokumenten.

public class LoadOptions : ILoadOptions

Konstrukteure

Name Beschreibung
LoadOptions(FileType) Initialisiert eine neue Instanz vonLoadOptions Klasse.
LoadOptions(string) Initialisiert eine neue Instanz vonLoadOptions Klasse.
LoadOptions(FileType, FileType) Initialisiert eine neue Instanz vonLoadOptions Klasse.
LoadOptions(FileType, string) Initialisiert eine neue Instanz vonLoadOptions Klasse.
LoadOptions(string, Encoding) Initialisiert eine neue Instanz vonLoadOptions Klasse.
LoadOptions(FileType, FileType, string) Initialisiert eine neue Instanz vonLoadOptions Klasse.
LoadOptions(FileType, string, Encoding) Initialisiert eine neue Instanz vonLoadOptions Klasse.
LoadOptions(FileType, FileType, string, Encoding) Initialisiert eine neue Instanz vonLoadOptions Klasse.
LoadOptions(string, FileType, string, Encoding) Initialisiert eine neue Instanz vonLoadOptions Klasse.

Eigenschaften

Name Beschreibung
Encoding { get; } Die Codierung, die beim Öffnen textbasierter Dateien wie zCSV oderTXT . Standardwert istDefault .
Extension { get; } Die Erweiterung der Datei zu init.
Password { get; } Das Passwort zum Öffnen einer passwortgeschützten Datei.
Type { get; } Der Typ der zu ladenden Datei.

Siehe auch