LoadOptions

LoadOptions()

의 새 인스턴스를 초기화합니다.LoadOptions 빈 클래스 Password ,FileFormat 동일Unknown 및 기본 인코딩.

public LoadOptions()

또한보십시오


LoadOptions(string)

의 새 인스턴스를 초기화합니다.LoadOptions class 와 함께FileFormat 동일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 인코딩입니다.

또한보십시오