HiQPdf Documentation

PdfDocumentCreateAttachmentFromFile Method (String, 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,
	string description
)

Parameters

file
Type: SystemString
The full path of the file to attach
description
Type: SystemString
Descriptive noteText associated with the attachment
See Also

Reference