HiQPdf Documentation

PdfDocumentCreateAttachmentFromFile Method (String)

HiQPdf Client for .NET Core
Attaches the given file to PDF document

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

public void CreateAttachmentFromFile(
	string file
)

Parameters

file
Type: SystemString
The full path of the file to attach
See Also

Reference