PdfDocumentCreateAttachmentFromData(Byte, String, String) Method

Creates an attachment in PDF document from the given data

Definition

Namespace: HiQPdfClient
Assembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
C#
public void CreateAttachmentFromData(
	byte[] data,
	string name,
	string description
)

Parameters

data  Byte
The data to embed in PDF
name  String
The name of the attachment
description  String
Descriptive noteText associated with the attachment

See Also