HiQPdf Documentation

PdfAttachment Constructor (RectangleFloat, Byte, String)

HiQPdf Client for .NET Core
Creates an attachment in PDF document from the given data

Namespace:  HiQPdfClient
Assembly:  HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 15.0.0
Syntax

public PdfAttachment(
	RectangleFloat iconRectangle,
	byte[] data,
	string name
)

Parameters

iconRectangle
Type: HiQPdfClientRectangleFloat
The bounding rectangle of the attachment icon
data
Type: SystemByte
The data to embed in PDF
name
Type: SystemString
The name of the attachment
See Also

Reference