LoadOptions

LoadOptions()

の新しいインスタンスを初期化しますLoadOptions空のクラス PasswordFileFormatに等しいUnknown とデフォルトのエンコーディング.

public LoadOptions()

関連項目


LoadOptions(string)

の新しいインスタンスを初期化しますLoadOptions class withFileFormatに等しいUnknown とデフォルトのエンコーディング.

public LoadOptions(string password)
パラメータ タイプ 説明
password String パスワードで保護されたファイルを開くためのパスワード。

関連項目


LoadOptions(FileFormat)

の新しいインスタンスを初期化しますLoadOptions空のclass Passwordおよびデフォルトのエンコーディング.

public LoadOptions(FileFormat fileFormat)
パラメータ タイプ 説明
fileFormat FileFormat ファイルの形式。

関連項目


LoadOptions(FileFormat, string)

の新しいインスタンスを初期化しますLoadOptionsパスワードとデフォルトのエンコーディングを持つクラス.

public LoadOptions(FileFormat fileFormat, string password)
パラメータ タイプ 説明
fileFormat FileFormat ファイルの形式。
password String パスワードで保護されたファイルを開くためのパスワード。

関連項目


LoadOptions(FileFormat, string, Encoding, Encoding)

の新しいインスタンスを初期化しますLoadOptionsカスタム エンコーディングを持つクラス.

public LoadOptions(FileFormat fileFormat, string password, Encoding encoding, 
    Encoding defaultAnsiEncoding)
パラメータ タイプ 説明
fileFormat FileFormat ファイルの形式。
password String パスワードで保護されたファイルを開くためのパスワード。
encoding Encoding ドキュメントのエンコーディング。
defaultAnsiEncoding Encoding エンコーディング検出に使用されるデフォルトの ANSI エンコーディング。

関連項目