Example #1
0
 public bool EmbedPDFAttachments(List <PDFAttachmentItem> attachments)
 {
     return(PDFAttachmentItem.EmbedPDFAttachment(attachments, this.PDFBoxDocument));
 }
Example #2
0
 public bool EmbedPDFAttachment(PDFAttachmentItem attachment)
 {
     return(PDFAttachmentItem.EmbedPDFAttachment(attachment, this.PDFBoxDocument));
 }