HiQPdf Documentation

PdfDocumentCreateAttachmentFromFile Method (String, String)

Quickly Create High Quality PDFs
Attaches the given file to PDF document

Namespace:  HiQPdf
Assembly:  HiQPdf (in HiQPdf.dll) Version: 15.0.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 text associated with the attachment
See Also

Reference