FileAttachmentElement Constructor (RectangleF, Stream, String) |
Creates a file attachment from a stream and a link in page to the attachment
Namespace:
ExpertPdf.HtmlToPdf.PdfDocument
Assembly:
ephtmltopdf (in ephtmltopdf.dll) Version: 17.0.0
Syntax public FileAttachmentElement(
RectangleF linkRectangle,
Stream fileStream,
string attachmentName
)
Public Sub New (
linkRectangle As RectangleF,
fileStream As Stream,
attachmentName As String
)
Parameters
- linkRectangle
- Type: System.DrawingRectangleF
The attachment link rectangle in page - fileStream
- Type: System.IOStream
The file stream - attachmentName
- Type: SystemString
A name for attachment
See Also