HiQPdf Documentation

PdfAttachment Constructor (RectangleFloat, String)

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

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

public PdfAttachment(
	RectangleFloat iconRectangle,
	string file
)

Parameters

iconRectangle
Type: HiQPdfClientRectangleFloat
The bounding rectangle of the attachment icon
file
Type: SystemString
The full path of the file to attach
See Also

Reference