PdfAttachment(RectangleFloat, String) Constructor

Creates an attachment in PDF document from the given file

Definition

Namespace: HiQPdfClient
Assembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
C#
public PdfAttachment(
	RectangleFloat iconRectangle,
	string file
)

Parameters

iconRectangle  RectangleFloat
The bounding rectangle of the attachment icon
file  String
The full path of the file to attach

See Also