Document

Document(Stream)

의 새 인스턴스를 초기화합니다.Document 클래스.

public Document(Stream stream)
모수 유형 설명
stream Stream 문서 스트림

또한보십시오


Document(string)

의 새 인스턴스를 초기화합니다.Document 클래스.

public Document(string filePath)
모수 유형 설명
filePath String 문서 경로

또한보십시오


Document(string, string)

의 새 인스턴스를 초기화합니다.Document 클래스.

public Document(string filePath, string password)
모수 유형 설명
filePath String 문서 경로
password String 문서 비밀번호

또한보십시오


Document(Stream, string)

의 새 인스턴스를 초기화합니다.Document 클래스.

public Document(Stream stream, string password)
모수 유형 설명
stream Stream 문서 스트림
password String 문서 비밀번호

또한보십시오