LoadOptions

LoadOptions()

Initialisiert eine neue Instanz vonLoadOptions Klasse mit leerPassword ,FileFormat gleichUnknown und Standardkodierungen.

public LoadOptions()

Siehe auch


LoadOptions(string)

Initialisiert eine neue Instanz vonLoadOptions class mitFileFormat gleichUnknown und Standardkodierungen.

public LoadOptions(string password)
Parameter Typ Beschreibung
password String Das Passwort zum Öffnen der passwortgeschützten Datei.

Siehe auch


LoadOptions(FileFormat)

Initialisiert eine neue Instanz vonLoadOptions class mit leerPasswordund Standardcodierungen.

public LoadOptions(FileFormat fileFormat)
Parameter Typ Beschreibung
fileFormat FileFormat Das Format der Datei.

Siehe auch


LoadOptions(FileFormat, string)

Initialisiert eine neue Instanz vonLoadOptions Klasse mit dem Passwort und den Standardkodierungen.

public LoadOptions(FileFormat fileFormat, string password)
Parameter Typ Beschreibung
fileFormat FileFormat Das Format der Datei.
password String Das Passwort zum Öffnen der passwortgeschützten Datei.

Siehe auch


LoadOptions(FileFormat, string, Encoding, Encoding)

Initialisiert eine neue Instanz vonLoadOptions Klasse mit benutzerdefinierten Codierungen.

public LoadOptions(FileFormat fileFormat, string password, Encoding encoding, 
    Encoding defaultAnsiEncoding)
Parameter Typ Beschreibung
fileFormat FileFormat Das Format der Datei.
password String Das Passwort zum Öffnen der passwortgeschützten Datei.
encoding Encoding Die Kodierung des Dokuments.
defaultAnsiEncoding Encoding Die standardmäßige ANSI-Codierung, die für die Codierungserkennung verwendet wird.

Siehe auch