PdfFileAttachmentFromBytes Method
Creates an attachment from a byte array. The file content is
embedded in the PDF
Namespace: EvoPdf.NextAssembly: EvoPdf.Next (in EvoPdf.Next.dll) Version: 14.10.0
public static PdfFileAttachment FromBytes(
byte[] data,
string fileName
)
- data Byte
- The file content
- fileName String
- The file name shown in the Attachments panel
PdfFileAttachmentA new attachment instance