PdfDocumentCreateAttachmentFromFile(String, String) Method
Attaches the given file to PDF document
Namespace: HiQPdfClientAssembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
public void CreateAttachmentFromFile(
string file,
string description
)
Public Sub CreateAttachmentFromFile (
file As String,
description As String
)
public:
void CreateAttachmentFromFile(
String^ file,
String^ description
)
member CreateAttachmentFromFile :
file : string *
description : string -> unit
Parameters
- file String
- The full path of the file to attach
- description String
- Descriptive noteText associated with the attachment