Overload List
Name | Description | |
---|---|---|
CreateAttachmentFromStream(Stream, String) |
Creates an attachment in PDF document from the given stream. The stream must remain opened until
the document is saved
| |
CreateAttachmentFromStream(Stream, String, String) |
Creates an attachment in PDF document from the given stream. The stream must remain opened until
the document is saved
| |
CreateAttachmentFromStream(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
| |
CreateAttachmentFromStream(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
|
See Also