HiQPdf Documentation

PdfDocumentCreateAttachmentFromStream Method

Quickly Create High Quality PDFs
Overload List

  NameDescription
Public methodCreateAttachmentFromStream(Stream, String)
Creates an attachment in PDF document from the given stream. The stream must remain opened until the document is saved
Public methodCreateAttachmentFromStream(Stream, String, String)
Creates an attachment in PDF document from the given stream. The stream must remain opened until the document is saved
Public methodCreateAttachmentFromStream(PdfPage, RectangleF, PdfAttachIconType, Stream, String)
Creates an attachment in PDF document from the given stream and an icon for attachment in the given rectangle in the given PDF page. The stream must remain opened until the document is saved
Public methodCreateAttachmentFromStream(PdfPage, RectangleF, PdfAttachIconType, Stream, String, String)
Creates an attachment in PDF document from the given stream and an icon for attachment in the given rectangle in the given PDF page. The stream must remain opened until the document is saved
Top
See Also

Reference