Add

PdfAttachmentCollection.Add method

에 첨부 파일을 추가합니다.PdfContent .

public void Add(byte[] fileContent, string name, string description)
모수 유형 설명
fileContent Byte[] 첨부할 파일의 내용입니다.
name String 파일의 이름입니다.
description String 파일에 대한 설명입니다.

또한보십시오