PdfDocumentCreateAttachmentFromFile(String) Method

Attaches the given file to PDF document

Definition

Namespace: HiQPdf
Assembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
C#
public void CreateAttachmentFromFile(
	string file
)

Parameters

file  String
The full path of the file to attach

See Also