AttachedFile.AttachedFile

AttachedFile(string, Stream, ImageFormat)

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

public AttachedFile(string path, Stream icon, ImageFormat iconFormat)
모수유형설명
pathString생성할 파일의 경로를 포함하는 문자열AttachedFile .
iconStream첨부파일 아이콘.
iconFormatImageFormat첨부파일 아이콘의 형식입니다.

또한보십시오


AttachedFile(string, Stream)

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

public AttachedFile(string fileName, Stream attachedFileStream)
모수유형설명
fileNameString첨부파일명.
attachedFileStreamStream첨부 파일 바이트를 포함하는 스트림.

또한보십시오


AttachedFile(string, Stream, Stream, ImageFormat)

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

public AttachedFile(string fileName, Stream attachedFileStream, Stream icon, ImageFormat iconFormat)
모수유형설명
fileNameString첨부파일명.
attachedFileStreamStream첨부 파일 바이트를 포함하는 스트림.
iconStream첨부파일 아이콘.
iconFormatImageFormat첨부파일 아이콘의 형식입니다.

또한보십시오


AttachedFile()

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

public AttachedFile()

또한보십시오