PdfDocumentCreateAttachmentFromData(Byte, String, String) Method
Creates an attachment in PDF document from the given data
Namespace: HiQPdfClientAssembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 18.0.0
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